Exemplo n.º 1
0
 public async Task DeleteAndSave(int id)
 {
     _reviewerRepo.Delete(id);
     await _reviewerRepo.Save();
 }