C# 클래스 PPPDDDChap19.eBidder.Listings.Application.Application.BusinessUseCases.BidOnAuctionService

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

공개 메소드들

메소드 설명
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount ) : void
BidOnAuctionService ( IAuctionRepository auctions, IBidHistoryRepository bidHistory, IMemberService memberService, IClock clock ) : System

비공개 메소드들

메소드 설명
BidPlaced ( ) : Action
OutBid ( ) : Action

메소드 상세

Bid() 공개 메소드

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

BidOnAuctionService() 공개 메소드

public BidOnAuctionService ( IAuctionRepository auctions, IBidHistoryRepository bidHistory, IMemberService memberService, IClock clock ) : System
auctions IAuctionRepository
bidHistory IBidHistoryRepository
memberService IMemberService
clock IClock
리턴 System