コード例 #1
0
 public int Insert(Comment Value)
 {
     return(_commentRepo.Insert(Value.CommentDALToCommentDTO()));
 }