Example #1
0
 public string getRatingCategory(CategoryType category)
 {
     return(ratingLogic.getRating(category).ToString("0.0"));
 }