Beispiel #1
0
        public ActionResult IndexForUpdatedInLastDays()
        {
            var accounts  = _accountQueries.GetAllUpdatedInLastDays();
            var viewModel = _mapperForAccount.MapToUpdatedInLastDaysViewModel(accounts);

            return(View(viewModel));
        }