C# Class EventSourcing.Sample.BookBorrowAndReturn.ReturnBookContext

显示文件 Open project: tangxuehua/eventsourcing

Public Methods

Method Description
Interaction ( Book book, int count ) : void
ReturnBookContext ( IBorrower borrower, Library library ) : System

Method Details

Interaction() public method

public Interaction ( Book book, int count ) : void
book Book
count int
return void

ReturnBookContext() public method

public ReturnBookContext ( IBorrower borrower, Library library ) : System
borrower IBorrower
library Library
return System