C# Class PPPPDDDChap05.DomainModel.Application.BidOnAuctionService

Exibir arquivo Open project: elbandit/PPPDDD

Public Methods

Method Description
Bid ( System.Guid auctionId, System.Guid memberId, decimal amount, System.DateTime dateOfBid ) : void
BidOnAuctionService ( IAuctionRepository auctions ) : 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 ( IAuctionRepository auctions ) : System
auctions IAuctionRepository
return System