Méthode | Description | |
---|---|---|
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void | ||
BidOnAuction ( IAuctionRepository auctionRepository, IBidHistoryRepository bidHistoryRepository, IUnitOfWork unitOfWork, IClock clock ) : System |
Méthode | Description | |
---|---|---|
BidPlaced ( ) : Action |
||
OutBid ( ) : Action |
public Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void | ||
auctionId | System.Guid | |
memberId | System.Guid | |
amount | decimal | |
Résultat | void |
public BidOnAuction ( IAuctionRepository auctionRepository, IBidHistoryRepository bidHistoryRepository, IUnitOfWork unitOfWork, IClock clock ) : System | ||
auctionRepository | IAuctionRepository | |
bidHistoryRepository | IBidHistoryRepository | |
unitOfWork | IUnitOfWork | |
clock | IClock | |
Résultat | System |