Esempio n. 1
0
    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();
    }
Esempio n. 2
0
    public async Task OnGet()
    {
        CurrentLeagueIndexingBookmark = await _leagueIndexBookmarkProvider.GetBookmark();

        CurrentEntryIndexingBookmark = await _entryIndexBookmarkProvider.GetBookmark();
    }