Esempio n. 1
0
 public async Task <int> DeleteAsync()
 {
     try
     {
         return(await TurnoRepository.DeleteAsync(this.IdTurno, this.IdUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }