C# Class EventSourcing.Sample.CustomizeAsyncEventHandler.NoteService

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

Méthodes publiques

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

Method Details

ChangeTitle() public méthode

public ChangeTitle ( System.Guid id, string title ) : void
id System.Guid
title string
Résultat void

CreateNote() public méthode

public CreateNote ( string title ) : Note
title string
Résultat Note

NoteService() public méthode

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