Example #1
0
 public ActionResult Edit(ShiftModel model)
 {
     model.EditShift(model.Id);
     return(RedirectToAction("Index"));
 }