C# Class EventSourcing.Sample.BookBorrowAndReturn.BorrowBookContext

显示文件 Open project: tangxuehua/eventsourcing

Public Methods

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

Method Details

BorrowBookContext() public method

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

Interaction() public method

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