コード例 #1
0
 private BindingList <WarehouseType> GetWarehouseTypes(string companyID)
 {
     return(new BindingList <WarehouseType>(_serviceAgent.GetWarehouseTypes(companyID).ToList()));
 }
コード例 #2
0
        private BindingList <WarehouseType> GetWarehouseTypes(string companyID)
        {
            BindingList <WarehouseType> itemTypeList = new BindingList <WarehouseType>(_serviceAgent.GetWarehouseTypes(companyID).ToList());

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