BenefitsAllocationUpload.Models.Unit.Unit C# (CSharp) Метод

Unit() публичный Метод

public Unit ( ) : System
Результат System
        public Unit()
        {
            this.Unit1 = new HashSet<Unit>();
            this.UnitAssociations = new HashSet<UnitAssociation>();
        }
Unit