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