public EditModel(GameCollection.Models.GameCollectionContext context) { _context = context; }
public DetailsModel(GameCollection.Models.GameCollectionContext context) { _context = context; }
public DeleteModel(GameCollection.Models.GameCollectionContext context) { _context = context; }
public IndexModel(GameCollection.Models.GameCollectionContext context) { _context = context; }