Cats.Models.CommoditySource.CommoditySource C# (CSharp) 메소드

CommoditySource() 공개 메소드

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