메소드 | 설명 | |
---|---|---|
Add ( HistoricalBid bid ) : void | ||
BidHistoryRepository ( IUnitOfWork unitOfWork ) : System | ||
FindBy ( System.Guid auctionId ) : |
||
NoOfBidsFor ( System.Guid auctionId ) : int | ||
PersistCreationOf ( IAggregateDataModel entity ) : void | ||
PersistUpdateOf ( IAggregateDataModel entity ) : void |
public BidHistoryRepository ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
리턴 | System |
public FindBy ( System.Guid auctionId ) : |
||
auctionId | System.Guid | |
리턴 |
public NoOfBidsFor ( System.Guid auctionId ) : int | ||
auctionId | System.Guid | |
리턴 | int |
public PersistCreationOf ( IAggregateDataModel entity ) : void | ||
entity | IAggregateDataModel | |
리턴 | void |
public PersistUpdateOf ( IAggregateDataModel entity ) : void | ||
entity | IAggregateDataModel | |
리턴 | void |