Пример #1
0
 public async Task <IList <RatingModel> > GetUserCurrentRatings(int userId)
 {
     return(await _service.GetCurrentRating(userId));
 }