コード例 #1
0
        public ActionResult Traners()
        {
            IList <Traner> list = _tranerService.ListAll();

            return(View(list));
        }
コード例 #2
0
 public ActionResult Traners()
 {
     ViewBag.Traners = _tranerService.ListAll();
     return(View());
 }