Exemple #1
0
        public IActionResult List(NewsPagingFilteringModel command)
        {
            var model = _newsModelFactory.PrePareNewsListModel(command);

            return(View(model));
        }