Esempio n. 1
0
 public AddCommentCommand(CommentInput commentInput, RequestValues requestValues, int postId)
 {
     _commentInput = commentInput;
     _requestValues = requestValues;
     _postId = postId;
 }
Esempio n. 2
0
		public AddCommentTask(CommentInput commentInput, RequestValues requestValues, int postId)
		{
			this.commentInput = commentInput;
			this.requestValues = requestValues;
			this.postId = postId;
		}