C# Class EventSourcing.Sample.ForumSample.PostService

Inheritance: IPostService
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( string body, System.Guid threadId, System.Guid authorId ) : Post
body string
threadId System.Guid
authorId System.Guid
Résultat Post

PostService() public méthode

public PostService ( IContextManager contextManager ) : System
contextManager IContextManager
Résultat System