C# Class EventSourcing.Sample.BookBorrowAndReturn.BorrowBookContext

Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

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

Method Details

BorrowBookContext() public méthode

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

Interaction() public méthode

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