C# Class DDDPPP.Chap21.EFExample.Application.Infrastructure.BidHistoryRepository

Inheritance: IBidHistoryRepository
Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
Add ( Bid bid ) : void
BidHistoryRepository ( AuctionDatabaseContext auctionExampleContext ) : System
FindBy ( System.Guid auctionId ) : BidHistory
NoOfBidsFor ( System.Guid autionId ) : int

Method Details

Add() public méthode

public Add ( Bid bid ) : void
bid Bid
Résultat void

BidHistoryRepository() public méthode

public BidHistoryRepository ( AuctionDatabaseContext auctionExampleContext ) : System
auctionExampleContext AuctionDatabaseContext
Résultat System

FindBy() public méthode

public FindBy ( System.Guid auctionId ) : BidHistory
auctionId System.Guid
Résultat DDDPPP.Chap21.EFExample.Application.Model.BidHistory.BidHistory

NoOfBidsFor() public méthode

public NoOfBidsFor ( System.Guid autionId ) : int
autionId System.Guid
Résultat int