C# Class Skimur.Web.Controllers.CommentsController

Inheritance: BaseController
Show file Open project: skimur/skimur

Public Methods

Method Description
CommentsController ( ICommandBus commandBus, IUserContext userContext, ICommentWrapper commentWrapper, ICommentTreeContextBuilder commentTreeContextBuilder, ICommentNodeHierarchyBuilder commentNodeHierarchyBuilder, ICommentDao commentDao ) : System

Private Methods

Method Description
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

Method Details

CommentsController() public method

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
return System