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