コード例 #1
0
 public async Task <ActionResult> SurveyInterstitial(SurveyLinkViewModel model, string fromRoute)
 {
     _auditLogger.LogSurveyInterstitial(model);
     return(View("~\\Views\\Outcome\\SurveyInterstitial.cshtml", model));
 }