コード例 #1
0
 public EfPlaysRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public EfOrdersRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public EfLoginsRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public EfAuthorsRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public EfGenresRepository(EfDataBaseContext context)
 {
     this.context = context;
 }