Beispiel #1
0
 public List <Vote> GetVoteList(int commentId)
 {
     return(dbCtr.GetVoteList(commentId));
 }