コード例 #1
0
 public bool DeleteCommentById(int id)
 {
     return(_repository.DeleteCommentById(id));
 }