Пример #1
0
 public IActionResult Recommendation(UserRecommendation appResponse)
 {
     TempStorage.AddRecommendation(appResponse);
     return(View("Confirmation", appResponse));
 }