DRMFSS.BLL.CommoditySource.CommoditySource C# (CSharp) Method

CommoditySource() public method

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