Exemple #1
0
 public async Task <ResponseDTO> Delete(int id)
 {
     try
     {
         return(await _comentarioService.EliminarPelicula(id));
     }
     catch (Exception)
     {
         throw;
     }
 }