C# Класс EventSourcing.Sample.ForumSample.PostService

Наследование: IPostService
Показать файл Открыть проект

Открытые методы

Метод Описание
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