Example #1
0
        public async Task StartAsync(CancellationToken cancellationToken)
        {
            await _siteService.LoadSites();

            await _pageService.LoadPages();

            await _menuService.LoadMenus();
        }