コード例 #1
0
ファイル: NewsController.cs プロジェクト: agsyazilim/Ags
        public IActionResult List(NewsPagingFilteringModel command)
        {
            var model = _newsModelFactory.PrePareNewsListModel(command);

            return(View(model));
        }