namespace Pcm.Db.Entities; public class GrupaTow { public GrupaTow() { GrWartoscs = new HashSet(); } public decimal GrId { get; set; } public string Nazwa { get; set; } public string Opis { get; set; } public virtual ICollection GrWartoscs { get; set; } }