public SeasonRepository(MySeriesDbContext context)
 {
     this.context = context;
 }
 public AccountRepository(MySeriesDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public EpisodeRepository(MySeriesDbContext context)
 {
     this.context = context;
 }
 public TvShowRepository(MySeriesDbContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public GenreRepository(MySeriesDbContext context)
 {
     this.context = context;
 }