Exemplo n.º 1
0
        public async Task <ActionResult> Index()
        {
            var output = await _newsAppService.GetNewss(BuildPageListRequstDto());

            ViewData["projects"] = await _projectAppService.GetProjectsForCombo();

            return(View(output));
        }