示例#1
0
        private BindingList <WarehouseLocationBinCode> GetWarehouseLocationBinCodeByID(string itemCodeID, string companyID)
        {
            BindingList <WarehouseLocationBinCode> itemCodeList = new BindingList <WarehouseLocationBinCode>(_serviceAgent.GetWarehouseLocationBinCodeByID(itemCodeID, companyID).ToList());

            Dirty       = false;
            AllowCommit = false;
            return(itemCodeList);
        }