Esempio n. 1
0
 public BLLUpgrade(ProductManageDbContext _DbContext)
 {
     DbContext = _DbContext;
 }
Esempio n. 2
0
 public VersionController(ProductManageDbContext _DbContext, IBLLUpgrade _BllUpgrade)
 {
     DbContext  = _DbContext;
     BllUpgrade = _BllUpgrade;
 }
Esempio n. 3
0
 public MallInterfaceController(IMemoryCache cache, ProductManageDbContext _DbContext, IBLLUpgrade _BllUpgrade)
 {
     _cache     = cache;
     DbContext  = _DbContext;
     BllUpgrade = _BllUpgrade;
 }
Esempio n. 4
0
 public LoginController(ProductManageDbContext _DbContext)
 {
     DbContext = _DbContext;
 }
Esempio n. 5
0
 public CalendarController(ProductManageDbContext _DbContext)
 {
     DbContext = _DbContext;
 }
Esempio n. 6
0
 public ValuesController(ProductManageDbContext _DbContext)
 {
     DbContext = _DbContext;
 }