Exemplo n.º 1
0
 public AuthController(WebPOSContext context, IUserService userService, IMapper mapper, IOptions <ApplicationSettings> appSettings)
 {
     this.context     = context;
     this.userService = userService;
     this.mapper      = mapper;
     this.appSettings = appSettings.Value;
 }
Exemplo n.º 2
0
 public FunctionButtonService(WebPOSContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public TableService(WebPOSContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public UserService(WebPOSContext context)
 {
     this.context = context;
 }