C# 클래스 EventSourcing.Sample.AggregateEventHandler.NoteService

상속: INoteService
파일 보기 프로젝트 열기: tangxuehua/eventsourcing

공개 메소드들

메소드 설명
ChangeTitle ( System.Guid id, string title ) : void
CreateNote ( System.Guid bookId, string title ) : Note
NoteService ( IContextManager contextManager ) : System

메소드 상세

ChangeTitle() 공개 메소드

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

CreateNote() 공개 메소드

public CreateNote ( System.Guid bookId, string title ) : Note
bookId System.Guid
title string
리턴 Note

NoteService() 공개 메소드

public NoteService ( IContextManager contextManager ) : System
contextManager IContextManager
리턴 System