Some rework

This commit is contained in:
Дмитрий Шиманский
2023-10-19 20:12:39 +03:00
parent 36cf1d6766
commit 4d6ee965ba
4 changed files with 75 additions and 31 deletions

View File

@@ -10,11 +10,13 @@ namespace yaflay.ru.Pages
public IndexModel(ILogger<IndexModel> logger)
{
_logger = logger;
}
public void OnGet()
{
Page();
}
}
}