메소드 | 설명 | |
---|---|---|
CommentsController ( ICommandBus commandBus, IUserContext userContext, ICommentWrapper commentWrapper, ICommentTreeContextBuilder commentTreeContextBuilder, ICommentNodeHierarchyBuilder commentNodeHierarchyBuilder, ICommentDao commentDao ) : System |
메소드 | 설명 | |
---|---|---|
Create ( CreateCommentModel model ) : Microsoft.AspNet.Mvc.ActionResult | ||
Delete ( System.Guid commentId ) : Microsoft.AspNet.Mvc.ActionResult | ||
Edit ( EditCommentModel model ) : Microsoft.AspNet.Mvc.ActionResult | ||
More ( System.Guid postId, CommentSortBy sort, string children, int depth ) : Microsoft.AspNet.Mvc.ActionResult |
public CommentsController ( ICommandBus commandBus, IUserContext userContext, ICommentWrapper commentWrapper, ICommentTreeContextBuilder commentTreeContextBuilder, ICommentNodeHierarchyBuilder commentNodeHierarchyBuilder, ICommentDao commentDao ) : System | ||
commandBus | ICommandBus | |
userContext | IUserContext | |
commentWrapper | ICommentWrapper | |
commentTreeContextBuilder | ICommentTreeContextBuilder | |
commentNodeHierarchyBuilder | ICommentNodeHierarchyBuilder | |
commentDao | ICommentDao | |
리턴 | System |