Esempio n. 1
0
 public ActionResult Cancel(int id, OnlineRegModel m)
 {
     // After clicking Cancel, remove a person from the completed registrants list
     fromMethod = "Cancel";
     m.CancelRegistrant(id);
     return FlowList(m);
 }