Exemplo n.º 1
0
 public HttpResponseMessage GetAllFeedback()
 {
     return(SuccessResult(_feedbackRepository.All().OrderByDescending(z => z.Date).ToList()));
 }