C# 클래스 PPPPDDDChap05.TransactionScript.Application.BidOnAuctionService

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

공개 메소드들

메소드 설명
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount, System.DateTime dateOfBid ) : void
BidOnAuctionService ( BidOnAuctionCommand bidOnAuctionCommand ) : System

메소드 상세

Bid() 공개 메소드

public Bid ( System.Guid auctionId, System.Guid memberId, decimal amount, System.DateTime dateOfBid ) : void
auctionId System.Guid
memberId System.Guid
amount decimal
dateOfBid System.DateTime
리턴 void

BidOnAuctionService() 공개 메소드

public BidOnAuctionService ( BidOnAuctionCommand bidOnAuctionCommand ) : System
bidOnAuctionCommand PPPDDDChap05.TransactionScript.Domain.BidOnAuctionCommand
리턴 System