コード例 #1
0
 // GET: Tasks
 public ActionResult Index()
 {
     return(View(TasksBLL.List()));
 }