Exemple #1
0
 public tbl_Comments AuthoriseComment(int commentID)
 {
     return(CommentRepository.AuthoriseComment(commentID));
 }