Exemple #1
0
 public CustomerRepository()
 {
     this.dbContext = new OnLineOrderDbContext();
 }
 public ProductRepository()
 {
     this.dbContext = new OnLineOrderDbContext();
 }
Exemple #3
0
 public OrderItemsRepository()
 {
     this.dbContext = new OnLineOrderDbContext();
 }
Exemple #4
0
 public LoginRepository()
 {
     this.dbContext = new OnLineOrderDbContext();
 }
 public OrderRepositories()
 {
     this.dbContext = new OnLineOrderDbContext();
 }