コード例 #1
0
ファイル: TopicController.cs プロジェクト: ashic/Hermes
 public ActionResult Index()
 {
     return(View(topicsSortedByName.Execute()));
 }