Beispiel #1
0
 public IActionResult GetAllFeedback()
 {
     return(Json(_feedbackData.GetAll()));
 }