namespace Pcm.Db.Entities; public class TekstZgody { public decimal ZgId { get; set; } public string Wersja { get; set; } public int Kolejnosc { get; set; } public string Tekst { get; set; } public DateTime Zmiana { get; set; } public virtual Zgodum Zg { get; set; } }