예제 #1
0
 public bool Comment(AddCommentRequest request)
 {
     ValidateComment(request);
     return(_dbService.AddComment(request));
 }