Пример #1
0
 public IActionResult Index()
 {
     MyInitializer.Seed(_context);
     return(View());
 }