public MovieBaseRepository(IMovieListDBFactory movieListDBFactory)
 {
     _movieListDb = movieListDBFactory.GetMovieDBContext();
 }
Beispiel #2
0
 public MovieRepository(IMovieListDBFactory movieListDBFactory) : base(movieListDBFactory)
 {
 }