コード例 #1
0
 public void DeleteComment(IssueRef issue, Comment comment)
 {
     client.DeleteComment(issue, comment);
 }