コード例 #1
0
 public async Task DeleteEntryByInventoryId(int id)
 {
     await inventoryRepository.DeleteEntryByInventoryIdAsync(id);
 }