示例#1
0
 public async Task <bool> AddOrUpdate(Inventory item)
 {
     return(await InventoryRepository.AddOrUpdate(item));
 }