Beispiel #1
0
        private BindingList <WarehouseLocationType> GetWarehouseLocationTypeByID(string itemTypeID, string companyID)
        {
            BindingList <WarehouseLocationType> itemTypeList = new BindingList <WarehouseLocationType>(_serviceAgent.GetWarehouseLocationTypeByID(itemTypeID, companyID).ToList());

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