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