//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace UnicornShopLegacy { using System; using System.Collections.Generic; public partial class app_unicorn { public System.Guid unicorn_id { get; set; } public Nullable active { get; set; } public string name { get; set; } public string description { get; set; } public Nullable price { get; set; } public string image { get; set; } public Nullable date_create { get; set; } } }