Example #1
0
 public ProcessOrderController()
 {
     _db    = new WebDieuHienDB();
     _dbasp = new ApplicationDbContext();
 }
Example #2
0
 public ManagerController()
 {
     _db    = new WebDieuHienDB();
     _dbasp = new ApplicationDbContext();
 }
 public ProcessWithCategoryController()
 {
     _db    = new WebDieuHienDB();
     _dbasp = new ApplicationDbContext();
 }
Example #4
0
 public AccountController()
 {
     _db    = new WebDieuHienDB();
     _dbasp = new ApplicationDbContext();
 }
Example #5
0
 public ProductController()
 {
     _dbBCDHX = new WebDieuHienDB();
 }