コード例 #1
0
ファイル: HomeController.cs プロジェクト: genoher/BgEngine
 public ActionResult About()
 {
     return(View(BlogServices.FindAboutMe()));
 }