public async Task DeleteEntryByInventoryId(int id) { await inventoryRepository.DeleteEntryByInventoryIdAsync(id); }