Esempio n. 1
0
 public ActionResult GetRatingTypes()
 {
     ViewBag.RatingTypes = _rateProvider.GetRatingTypes();
     return(View());
 }