public CreateModel(DAL.GameDbContext context) { _context = context; }
public IndexModel(DAL.GameDbContext context) { _context = context; }
public DeleteModel(DAL.GameDbContext context) { _context = context; }
public EditModel(DAL.GameDbContext context) { _context = context; }