コード例 #1
0
ファイル: BlogController.cs プロジェクト: mthatikonda0/APSCM
        public ActionResult Index()
        {
            List <BlogPostModel> posts = CMSService.GetPosts().ToList();

            return(View(posts));
        }