public ActionResult Step3(RegularThing rt) { this.RegularOrder.Checkbox = rt.Checkbox; HomeController.AddRequest(Session.SessionID, "/regularwizard/step__3_"); return(View(this.RegularOrder)); }
public ActionResult Step3(ACSRFThing act) { this.ACSRFOrder.Checkbox = act.Checkbox; HomeController.AddRequest(Session.SessionID, "/acsrfwizard/step__3_"); return(View(this.ACSRFOrder)); }
public ActionResult Step1() { HomeController.AddRequest(Session.SessionID, "/regularwizard/step1___"); return(View(this.RegularOrder)); }
public ActionResult Step1() { HomeController.AddRequest(Session.SessionID, "/acsrfwizard/step1___"); return(View(this.ACSRFOrder)); }