Example #1
0
 public bool Delete(TB_CommentReply TB_CommentReply)
 {
     return(TB_CommentReply.Delete(TB_CommentReply));
 }
Example #2
0
 public bool Add(TB_CommentReply TB_CommentReply)
 {
     return(TB_CommentReply.Add(TB_CommentReply));
 }
Example #3
0
 public bool Update(TB_CommentReply TB_CommentReply)
 {
     return(TB_CommentReply.Update(TB_CommentReply));
 }
Example #4
0
 public CommentReplyService(TB_CommentReply TB_CommentReply)
 {
     this._TB_CommentReply = TB_CommentReply;
 }