Ejemplo n.º 1
0
 public MovieBaseRepository(IMovieListDBFactory movieListDBFactory)
 {
     _movieListDb = movieListDBFactory.GetMovieDBContext();
 }
Ejemplo n.º 2
0
 public MovieRepository(IMovieListDBFactory movieListDBFactory) : base(movieListDBFactory)
 {
 }