DRMFSS.BLL.CommoditySource.CommoditySource C# (CSharp) Méthode

CommoditySource() public méthode

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