BenefitsAllocationUpload.Models.Unit.Unit C# (CSharp) 메소드

Unit() 공개 메소드

public Unit ( ) : System
리턴 System
        public Unit()
        {
            this.Unit1 = new HashSet<Unit>();
            this.UnitAssociations = new HashSet<UnitAssociation>();
        }
Unit