示例#1
0
        public ActionResult RETnRF(SurveyRequestType surveyRequestType)
        {
            if (surveyRequestType == SurveyRequestType.RF)
                return PartialView("~\\Views\\Shared\\MyEng\\RETnRF\\_RFPartial.cshtml");
            else if (surveyRequestType == SurveyRequestType.RET)
                return PartialView("~\\Views\\Shared\\MyEng\\RETnRF\\_RETPartial.cshtml");

            return null;
        }
示例#2
0
        public ActionResult RETnRF(SurveyRequestType surveyRequestType)
        {
            if (surveyRequestType == SurveyRequestType.RF)
            {
                return(PartialView("~\\Views\\Shared\\MyEng\\RETnRF\\_RFPartial.cshtml"));
            }
            else if (surveyRequestType == SurveyRequestType.RET)
            {
                return(PartialView("~\\Views\\Shared\\MyEng\\RETnRF\\_RETPartial.cshtml"));
            }

            return(null);
        }