Cats.Models.Hubs.ProjectCode.ProjectCode C# (CSharp) 메소드

ProjectCode() 공개 메소드

public ProjectCode ( ) : System
리턴 System
        public ProjectCode()
        {
            this.DispatchAllocations = new List<DispatchAllocation>();
            this.OtherDispatchAllocations = new List<OtherDispatchAllocation>();
            this.Transactions = new List<Transaction>();
        }
ProjectCode