コード例 #1
0
 public IQueryable <Pelicula> ReadAll()
 {
     return(peliculaRepository.ReadAll());
 }