C# Class EventSourcing.Sample.CustomizeConfigurationInitializer.NoteService

Inheritance: INoteService
Mostrar archivo Open project: tangxuehua/eventsourcing

Public Methods

Method Description
ChangeTitle ( System.Guid id, string title ) : void
CreateNote ( string title ) : Note
NoteService ( IContextManager contextManager ) : System

Method Details

ChangeTitle() public method

public ChangeTitle ( System.Guid id, string title ) : void
id System.Guid
title string
return void

CreateNote() public method

public CreateNote ( string title ) : Note
title string
return Note

NoteService() public method

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