Пример #1
0
 public Task DeleteAsync(int id)
 {
     return(_rep.DeleteAsync(id));
 }