Добавьте файлы проекта.

This commit is contained in:
Daria
2021-10-19 06:04:52 +03:00
parent 6ee25d0f59
commit eab3081ec2
187 changed files with 100839 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан по шаблону.
//
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SvetoforVKBot.Data
{
using System;
using System.Collections.Generic;
public partial class ProductsDostavka
{
public int id { get; set; }
public string idIiko { get; set; }
public string article { get; set; }
public int colorId { get; set; }
public int categoryId { get; set; }
public string name { get; set; }
public string fullName { get; set; }
public string description { get; set; }
public string descriptionCarousel { get; set; }
public string photo { get; set; }
public string photoCarousel { get; set; }
public decimal price { get; set; }
public string additions { get; set; }
public string recommends { get; set; }
public string weekDays { get; set; }
public int timeLunch { get; set; }
public int kkal { get; set; }
public decimal belki { get; set; }
public decimal zhiry { get; set; }
public decimal uglevody { get; set; }
public string foodType { get; set; }
}
}