public async Task OnGet() { var teams = await _teamRepo.GetAllTeams(); foreach (var t in teams) { Workspaces.Add(t); } CurrentLeagueIndexingBookmark = await _leagueIndexBookmarkProvider.GetBookmark(); CurrentEntryIndexingBookmark = await _entryIndexBookmarkProvider.GetBookmark(); }
public async Task OnGet() { CurrentLeagueIndexingBookmark = await _leagueIndexBookmarkProvider.GetBookmark(); CurrentEntryIndexingBookmark = await _entryIndexBookmarkProvider.GetBookmark(); }