コード例 #1
0
 public CommentDTO InsertComment(string cardId, string userId, string text)
 {
     return(db_.InsertComment(cardId, userId, text));
 }