示例#1
0
 public IActionResult IndexFeedback(FeedbackViewModel model)
 {
     _feedbackService.CreateComment(model);
     return(View());
 }