public GodsController(PantheonBackendContext context)
 {
     _context = context;
 }
Пример #2
0
 public HeroesController(PantheonBackendContext context)
 {
     _context = context;
 }
 public CountriesController(PantheonBackendContext context)
 {
     _context = context;
 }