C# 클래스 TJ.CQRS.Tests.StubAggregate

상속: AggregateRoot
파일 보기 프로젝트 열기: mastoj/TJ.CQRS 1 사용 예제들

공개 메소드들

메소드 설명
DoSomethingElse ( ) : void
DoThis ( ) : void
SomethingIShouldNotDo ( ) : void
StubAggregate ( ) : System

비공개 메소드들

메소드 설명
AnotherOkAction ( AnotherValidEvent obj ) : void
OkAction ( ValidEvent obj ) : void

메소드 상세

DoSomethingElse() 공개 메소드

public DoSomethingElse ( ) : void
리턴 void

DoThis() 공개 메소드

public DoThis ( ) : void
리턴 void

SomethingIShouldNotDo() 공개 메소드

public SomethingIShouldNotDo ( ) : void
리턴 void

StubAggregate() 공개 메소드

public StubAggregate ( ) : System
리턴 System