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

Datei anzeigen Open project: elbandit/PPPDDD

Public Methods

Method Description
BidPlaced ( System.Guid auctionId, System.Guid bidderId, Money amountBid, System.DateTime timeOfBid ) : System

Method Details

BidPlaced() public method

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
return System