コード例 #1
0
 // GET: api/Peliculas
 public IQueryable <Pelicula> GetPeliculas()
 {
     return(peliculasService.Get());
 }