C# Class EventSourcing.Sample.ForumSample.PostService

Inheritance: IPostService
Mostrar archivo Open project: tangxuehua/eventsourcing

Public Methods

Method Description
Create ( string body, System.Guid threadId, System.Guid authorId ) : Post
PostService ( IContextManager contextManager ) : System

Method Details

Create() public method

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

PostService() public method

public PostService ( IContextManager contextManager ) : System
contextManager IContextManager
return System