예제 #1
0
 public ActionResult Listado()
 {
     ViewBag.ListadoTriaje = TriajeBL.listado();
     return(PartialView());
 }