Esempio n. 1
0
 public UpdateCommentRequest(QAManagement.WorkingSite.CommentService.Comment item)
 {
     this.item = item;
 }
Esempio n. 2
0
 public GetCommentByIdResponse(QAManagement.WorkingSite.CommentService.Comment GetCommentByIdResult)
 {
     this.GetCommentByIdResult = GetCommentByIdResult;
 }