Beispiel #1
0
 public async Task DeleteItem(int id)
 {
     await _repo.DeleteItem(id);
 }