Example #1
0
 public bool Vote(int album_id, string userID)
 {
     return(RankingService.Vote(album_id, userID));
 }