C# Class EventSourcing.Sample.AggregateEventHandler.NoteBookService

Inheritance: INoteBookService
Mostrar archivo Open project: tangxuehua/eventsourcing

Public Methods

Method Description
CreateBook ( string title ) : NoteBook
NoteBookService ( IContextManager contextManager ) : System

Method Details

CreateBook() public method

public CreateBook ( string title ) : NoteBook
title string
return NoteBook

NoteBookService() public method

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