Esempio n. 1
0
        private BindingList <WarehouseType> GetWarehouseTypeByID(string itemTypeID, string companyID)
        {
            BindingList <WarehouseType> itemTypeList = new BindingList <WarehouseType>(_serviceAgent.GetWarehouseTypeByID(itemTypeID, companyID).ToList());

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