public TimKiemController(eStore20Context ct)
 {
     _context = ct;
 }
 public HangHoasController(eStore20Context ctx)
 {
     _eStore20Context = ctx;
 }
Beispiel #3
0
 public ThongKeController(eStore20Context dbcontext)
 {
     _eStore20Context = dbcontext;
 }
Beispiel #4
0
 public AjaxController(eStore20Context ctx)
 {
     _context = ctx;
 }
 public LoaisController(eStore20Context context)
 {
     _context = context;
 }
 public KhachHangController(eStore20Context ct)
 {
     _context = ct;
 }
 public ThongKeController(eStore20Context ctx)
 {
     _context = ctx;
 }
 public UserController(eStore20Context ct, IOptions <AppSettings> optionSettings)
 {
     _context     = ct;
     _appSettings = optionSettings.Value;
 }