예제 #1
0
 public ShopStatusController(POSContext context, IWebHostEnvironment environment)
 {
     serviceLocator = new ServiceLocator.ServiceLocator(context);
     this._context  = context;
     this._env      = environment;
 }
예제 #2
0
 public RegionController(POSContext context)
 {
     _context       = context;
     serviceLocator = new ServiceLocator.ServiceLocator(context);
 }