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