예제 #1
0
        public async Task <ActionResult> Home()
        {
            var catalogStatistic = await CatalogManager.GetCatalogStatisticAsync(UserSpecializations);

            var viewModel = new VM.HomeViewModel(Url, catalogStatistic);

            return(View(viewModel));
        }