Method | Description | |
---|---|---|
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void | ||
BidOnAuction ( IAuctionRepository auctionRepository, IBidHistoryRepository bidHistoryRepository, ISession unitOfWork, IClock clock ) : System |
Method | Description | |
---|---|---|
BidPlaced ( ) : Action |
||
OutBid ( ) : Action |
public Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void | ||
auctionId | System.Guid | |
memberId | System.Guid | |
amount | decimal | |
return | void |
public BidOnAuction ( IAuctionRepository auctionRepository, IBidHistoryRepository bidHistoryRepository, ISession unitOfWork, IClock clock ) : System | ||
auctionRepository | IAuctionRepository | |
bidHistoryRepository | IBidHistoryRepository | |
unitOfWork | ISession | |
clock | IClock | |
return | System |