Пример #1
0
 bool InterfaceComment.AddCommentById(int postId, Comment comment)
 {
     return(comment.AddCommentById(postId, comment));
 }