Ejemplo n.º 1
0
 //Menu de registro de horarios
 public ActionResult Register()
 {
     return(View(showShift.ShowAll()));
 }
Ejemplo n.º 2
0
 public ActionResult Form()
 {
     ViewBag.AllCountries = crudCountry.GetAll();
     ViewBag.AllShifts    = showShift.ShowAll();
     return(View());
 }