Ejemplo n.º 1
0
 public EFReviewRepository(GBKNetDbContext thisDb)
 {
     db = thisDb;
 }
Ejemplo n.º 2
0
 public EFProductRepository(GBKNetDbContext thisDb)
 {
     db = thisDb;
 }
Ejemplo n.º 3
0
 public EFReviewRepository()
 {
     db = new GBKNetDbContext();
 }
Ejemplo n.º 4
0
 public EFProductRepository()
 {
     db = new GBKNetDbContext();
 }