コード例 #1
0
ファイル: FakeController.cs プロジェクト: LIT-M03/Jan-13th
 public ActionResult Index()
 {
     return(View(FakeDb.GetCategories()));
 }