Пример #1
0
 public async Task <ComentariosDTO> Get(int id)
 {
     return(await _comentarioService.VerDetallesPelicula(id));
 }