C# Class DDDPPP.Chap21.MicroORM.Application.Application.BusinessUseCases.BidOnAuction

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void
BidOnAuction ( IAuctionRepository auctionRepository, IBidHistoryRepository bidHistoryRepository, IUnitOfWork unitOfWork, IClock clock ) : System

Private Methods

Méthode Description
BidPlaced ( ) : Action
OutBid ( ) : Action

Method Details

Bid() public méthode

public Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void
auctionId System.Guid
memberId System.Guid
amount decimal
Résultat void

BidOnAuction() public méthode

public BidOnAuction ( IAuctionRepository auctionRepository, IBidHistoryRepository bidHistoryRepository, IUnitOfWork unitOfWork, IClock clock ) : System
auctionRepository IAuctionRepository
bidHistoryRepository IBidHistoryRepository
unitOfWork IUnitOfWork
clock IClock
Résultat System