C# 클래스 DDDPPP.Chap21.NHibernateExample.Application.Model.Auction.BidPlaced

파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
BidPlaced ( System.Guid auctionId, System.Guid bidderId, Money amountBid, System.DateTime timeOfBid ) : System

메소드 상세

BidPlaced() 공개 메소드

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
리턴 System