public BasicAuthenticationHandler(
     IOptionsMonitor <BasicAuthenticationOptions> options,
     ILoggerFactory logger,
     UrlEncoder encoder,
     ISystemClock clock,
     FlixOneStoreContext context) : base(options, logger, encoder, clock)
 {
     _context = context;
 }
예제 #2
0
 public ResourceOwnerPasswordValidator(FlixOneStoreContext context)
 {
     _context = context;
 }
 public ProfileService(FlixOneStoreContext context)
 {
     _context = context;
 }
 public OrdersController(FlixOneStoreContext context)
 {
     _context = context;
 }
 public ProductsController(FlixOneStoreContext context)
 {
     _context = context;
 }
예제 #6
0
 public CartsController(FlixOneStoreContext context)
 {
     _context = context;
 }
 public CustomersController(FlixOneStoreContext context)
 {
     _context = context;
 }