Example #1
0
 public DetailsModel(RazorPagesPokemonContext context)
 {
     _context = context;
 }
 public EditModel(RazorPagesPokemonContext context)
 {
     _context = context;
 }
Example #3
0
 public IndexModel(RazorPagesPokemonContext context)
 {
     _context = context;
 }
Example #4
0
 public CreateModel(RazorPagesPokemonContext context)
 {
     _context = context;
 }
Example #5
0
 public DeleteModel(RazorPagesPokemonContext context)
 {
     _context = context;
 }