C# 클래스 EventSourcing.Sample.BookBorrowAndReturn.ReturnBookContext

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

공개 메소드들

메소드 설명
Interaction ( Book book, int count ) : void
ReturnBookContext ( IBorrower borrower, Library library ) : System

메소드 상세

Interaction() 공개 메소드

public Interaction ( Book book, int count ) : void
book Book
count int
리턴 void

ReturnBookContext() 공개 메소드

public ReturnBookContext ( IBorrower borrower, Library library ) : System
borrower IBorrower
library Library
리턴 System