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