コード例 #1
0
ファイル: BCtrl_Article.cs プロジェクト: DarkMoon4CN/OpenBook
 public OperationResult <ReplyCommonEntity> CommentsLike_Insert(CommentLikeEntity entity)
 {
     return(dao.CommentsLike_Insert(entity));
 }