Exemplo n.º 1
0
 public async Task <int> DeleteByIdAsync(long id)
 {
     return(await _repository.DeleteByIdAsync(id));
 }