C# Class EventSourcing.Sample.BookBorrowAndReturn.ReturnBookContext

Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

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

Method Details

Interaction() public méthode

public Interaction ( Book book, int count ) : void
book Book
count int
Résultat void

ReturnBookContext() public méthode

public ReturnBookContext ( IBorrower borrower, Library library ) : System
borrower IBorrower
library Library
Résultat System