public NomGroup(int Id, string Name, NomBodyPart NomBodyPart) { this.Id = Id; this.Name = Name; this.NomBodyPart = NomBodyPart; //NomgroupNomenclature = new List<NomgroupNomenclature>(); }
public NomGroup(int Id, string Name, Organization Organization, NomBodyPart NomBodyPart, bool IsActive, string ExternalCode) { this.Id = Id; this.Name = Name; this.Organization = Organization; this.NomBodyPart = NomBodyPart; this.IsActive = IsActive; this.ExternalCode = ExternalCode; //NomgroupNomenclature = new List<NomgroupNomenclature>(); }