コード例 #1
0
 public AddCommentCommand(CommentInput commentInput, RequestValues requestValues, int postId)
 {
     _commentInput = commentInput;
     _requestValues = requestValues;
     _postId = postId;
 }
コード例 #2
0
ファイル: AddCommentTask.cs プロジェクト: ayende/RaccoonBlog
		public AddCommentTask(CommentInput commentInput, RequestValues requestValues, int postId)
		{
			this.commentInput = commentInput;
			this.requestValues = requestValues;
			this.postId = postId;
		}