Example #1
0
        public ActionResult MeetingsToQuery(string type, MeetingsModel m)
        {
            var r = m.ConvertToSearch(type);

            TempData["autorun"] = true;
            return(Redirect(r));
        }
Example #2
0
 public ActionResult MeetingsToQuery(string type, MeetingsModel m)
 {
     string r = m.ConvertToSearch(type);
     TempData["autorun"] = true;
     return Redirect(r);
 }