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

CommoditySource() public method

public CommoditySource ( ) : System
return System
        public CommoditySource()
        {
            this.ReceiptAllocations = new List<ReceiptAllocation>();
            this.LoanReciptPlans=new List<LoanReciptPlan>();
            this.Transfers=new List<Transfer>();
               // this.Receives = new List<Receive>();
        }
CommoditySource