private BindingList <WarehouseLocationCode> GetWarehouseLocationCodes(string companyID) { BindingList <WarehouseLocationCode> warehouseLocationCodeList = new BindingList <WarehouseLocationCode>(_serviceAgent.GetWarehouseLocationCodes(companyID).ToList()); Dirty = false; AllowCommit = false; return(warehouseLocationCodeList); }
private BindingList <WarehouseLocationCode> GetWarehouseLocationCodes(string companyID) { return(new BindingList <WarehouseLocationCode>(_serviceAgent.GetWarehouseLocationCodes(companyID).ToList())); }