Exemplo n.º 1
0
        public ActionResult Traners()
        {
            IList <Traner> list = _tranerService.ListAll();

            return(View(list));
        }
Exemplo n.º 2
0
 public ActionResult Traners()
 {
     ViewBag.Traners = _tranerService.ListAll();
     return(View());
 }