Beispiel #1
0
        public ActionResult ConvertToSearch(OrgSearchModel m)
        {
            var s = m.ConvertToSearch();

            return(s.StartsWith("Error")
                ? RedirectShowError(s)
                : Redirect(m.ConvertToSearch()));
        }