Beispiel #1
0
 public Comment GetComment(int id, bool withUser = false, bool withVotes = false)
 {
     return(dbCtr.GetComment(id, withUser, withVotes));
 }