C# Class PPPPDDDChap05.TransactionScript.Application.BidOnAuctionService

Datei anzeigen Open project: elbandit/PPPDDD

Public Methods

Method Description
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount, System.DateTime dateOfBid ) : void
BidOnAuctionService ( BidOnAuctionCommand bidOnAuctionCommand ) : System

Method Details

Bid() public method

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

BidOnAuctionService() public method

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