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