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