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