Cats.Models.Hubs.ProjectCode.ProjectCode C# (CSharp) Method

ProjectCode() public method

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