C# Class DDDPPP.Chap21.NHibernateExample.Application.Model.Auction.BidPlaced

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
BidPlaced ( System.Guid auctionId, System.Guid bidderId, Money amountBid, System.DateTime timeOfBid ) : System

Method Details

BidPlaced() public méthode

public BidPlaced ( System.Guid auctionId, System.Guid bidderId, Money amountBid, System.DateTime timeOfBid ) : System
auctionId System.Guid
bidderId System.Guid
amountBid Money
timeOfBid System.DateTime
Résultat System