C# 클래스 EventSourcing.Sample.ForumSample.PostService

상속: IPostService
파일 보기 프로젝트 열기: tangxuehua/eventsourcing

공개 메소드들

메소드 설명
Create ( string body, System.Guid threadId, System.Guid authorId ) : Post
PostService ( IContextManager contextManager ) : System

메소드 상세

Create() 공개 메소드

public Create ( string body, System.Guid threadId, System.Guid authorId ) : Post
body string
threadId System.Guid
authorId System.Guid
리턴 Post

PostService() 공개 메소드

public PostService ( IContextManager contextManager ) : System
contextManager IContextManager
리턴 System