C# 클래스 NSemble.Modules.Blog.Tasks.AddCommentTask

상속: NSemble.Core.Tasks.ExecutableTask
파일 보기 프로젝트 열기: synhershko/NSemble

공개 메소드들

메소드 설명
AddCommentTask ( IDocumentStore documentStore, BlogConfig config, string postId, PostComments commentInput, RequestValues requestValues ) : System
Execute ( ) : void

메소드 상세

AddCommentTask() 공개 메소드

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
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void