コード例 #1
0
 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;
 }
コード例 #4
0
 public CreditcardsController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
コード例 #5
0
 public PlatformsController(PROG3050Context context)
 {
     _context = context;
 }
コード例 #6
0
 public OrdersController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
コード例 #7
0
 public WishlistsController(PROG3050Context context, IHttpContextAccessor HttpContextAccessor)
 {
     _context             = context;
     _HttpContextAccessor = HttpContextAccessor;
 }
コード例 #8
0
 public EventgamesController(PROG3050Context context)
 {
     _context = context;
 }
コード例 #9
0
 public CategoriesController(PROG3050Context context)
 {
     _context = context;
 }
コード例 #10
0
 public CompaniesController(PROG3050Context context)
 {
     _context = context;
 }