예제 #1
0
 public OperationResult <ReplyCommonEntity> CommentsLike_Insert(CommentLikeEntity entity)
 {
     return(dao.CommentsLike_Insert(entity));
 }