public SearchVideoGameModel(OnlineVideoGamePortalContext context)
 {
     _context = context;
 }
 public VideoGameProfileModel(OnlineVideoGamePortalContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public PurchaseDetailsModel(OnlineVideoGamePortalContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public StartPurchaseModel(OnlineVideoGamePortalContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public IndexModel(OnlineVideoGamePortalContext context)
 {
     _context = context;
 }
 public UpdateGamerModel(OnlineVideoGamePortalContext context)
 {
     _context = context;
 }