Beispiel #1
0
 public AlbumRepository(JukeboxContext context) : base(context)
 {
     this.context = context;
 }
Beispiel #2
0
 public Repository(JukeboxContext context)
 {
     this.context = context;
     dbSet        = context.Set <T>();
 }