예제 #1
0
 public async Task <double> GetUserRating(string userId)
 {
     return(await _ratingManager.GetAverageRating(userId));
 }