Esempio n. 1
0
 public async Task <int> DeleteById(int id)
 {
     return(await _service.DeleteById(id));
 }