public ShopStatusController(POSContext context, IWebHostEnvironment environment)
 {
     serviceLocator = new ServiceLocator.ServiceLocator(context);
     this._context  = context;
     this._env      = environment;
 }
Esempio n. 2
0
 public RegionController(POSContext context)
 {
     _context       = context;
     serviceLocator = new ServiceLocator.ServiceLocator(context);
 }