Esempio n. 1
0
 public IActionResult SeedDataBase()
 {
     _seedService.SeedDataBase();
     return(Ok());
 }