public FavoritesController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
Пример #2
0
 public CartController(PROG3050Context context, UserManager <IdentityUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
Пример #3
0
 public UsersController(PROG3050Context context)
 {
     _context = context;
 }
 public CreditcardsController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
 public PlatformsController(PROG3050Context context)
 {
     _context = context;
 }
Пример #6
0
 public OrdersController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
 public WishlistsController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
Пример #8
0
 public EventgamesController(PROG3050Context context)
 {
     _context = context;
 }
 public CategoriesController(PROG3050Context context)
 {
     _context = context;
 }
 public CompaniesController(PROG3050Context context)
 {
     _context = context;
 }