Beispiel #1
0
 public bool Post(RatingModel model)
 {
     return(_ratingService.ChangeRating(model));
 }