Example #1
0
 public EFReviewRepository(GBKNetDbContext thisDb)
 {
     db = thisDb;
 }
Example #2
0
 public EFProductRepository(GBKNetDbContext thisDb)
 {
     db = thisDb;
 }
Example #3
0
 public EFReviewRepository()
 {
     db = new GBKNetDbContext();
 }
Example #4
0
 public EFProductRepository()
 {
     db = new GBKNetDbContext();
 }