Exemple #1
0
 public async Task <ComentariosDTO[]> Get()
 {
     try
     {
         return(await _comentarioService.VerPeliculas());
     }
     catch (Exception)
     {
         throw;
     }
 }