예제 #1
0
 private BindingList <WarehouseLocationType> GetWarehouseLocationTypes(string companyID)
 {
     return(new BindingList <WarehouseLocationType>(_serviceAgent.GetWarehouseLocationTypes(companyID).ToList()));
 }
예제 #2
0
        private BindingList <WarehouseLocationType> GetWarehouseLocationTypes(string companyID)
        {
            BindingList <WarehouseLocationType> itemTypeList = new BindingList <WarehouseLocationType>(_serviceAgent.GetWarehouseLocationTypes(companyID).ToList());

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