예제 #1
0
 public IEnumerable <IMovie> GetAll()
 {
     return(_context.GetAll());
 }
예제 #2
0
 public IEnumerable <IMovie> GetAllMovies()
 {
     return(movieContext.GetAll());
 }