Пример #1
0
 public async Task OnGetAsync()
 {
     GameSessions = await gameSessionRepository.GetGameSessionsAsync();
 }