Example #1
0
 public UsersController(gameonContext context)
 {
     _context = context;
 }
Example #2
0
 public PurchasedGamesController(gameonContext context)
 {
     _context = context;
 }
Example #3
0
 public pcGamesController(gameonContext context)
 {
     _context = context;
 }
Example #4
0
 public gameonController(gameonContext context, UserManager <IdentityUser> userManager, IHostingEnvironment webroot)
 {
     _context     = context;
     _userManager = userManager;
     _webroot     = webroot;
 }
Example #5
0
 public ReviewsController(gameonContext context)
 {
     _context = context;
 }
Example #6
0
 public PlatformsController(gameonContext context)
 {
     _context = context;
 }