#nullable disable namespace Pcm.Db.Entities; public class SklepZasob { public decimal SklepId { get; set; } public short Tabela { get; set; } public decimal Id { get; set; } public string Typ { get; set; } public string Sciezka { get; set; } public virtual Sklep Sklep { get; set; } }