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