Esempio n. 1
0
 public IActionResult Index()
 {
     logger.LogInformation("A user has used the pokedex");
     ViewBag.TimeStampGenerated = pokedex.GeneratedAt.ToString();
     return(View(pokedex.GetAll()));
 }