C# Class NSemble.Modules.Blog.Tasks.AddCommentTask

Inheritance: NSemble.Core.Tasks.ExecutableTask
Show file Open project: synhershko/NSemble

Public Methods

Method Description
AddCommentTask ( IDocumentStore documentStore, BlogConfig config, string postId, PostComments commentInput, RequestValues requestValues ) : System
Execute ( ) : void

Method Details

AddCommentTask() public method

public AddCommentTask ( IDocumentStore documentStore, BlogConfig config, string postId, PostComments commentInput, RequestValues requestValues ) : System
documentStore IDocumentStore
config NSemble.Modules.Blog.Models.BlogConfig
postId string
commentInput NSemble.Modules.Blog.Models.PostComments
requestValues RequestValues
return System

Execute() public method

public Execute ( ) : void
return void