Cats.Models.Unit.Unit C# (CSharp) Method

Unit() public method

public Unit ( ) : System
return System
        public Unit()
        {
            this.ReceiptAllocations = new List<ReceiptAllocation>();
            this.RegionalPSNPPledges = new List<RegionalPSNPPledge>();
            this.Transactions = new List<Transaction>();
        }
Unit