Exemplo n.º 1
0
 public static Comment GetItem(long id)
 {
     return(CommentDB.GetItem(id));
 }