C# Class EvCoSample.Infrastructure.ProductReviewRepository

Inheritance: IProductReviewRepository
Afficher le fichier Open project: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

Méthodes publiques

Méthode Description
GetByProductId ( System.Guid productId ) : IEnumerable
ProductReviewRepository ( IDatabaseContext databaseContext ) : System
Update ( ProductReview productReview ) : void

Method Details

GetByProductId() public méthode

public GetByProductId ( System.Guid productId ) : IEnumerable
productId System.Guid
Résultat IEnumerable

ProductReviewRepository() public méthode

public ProductReviewRepository ( IDatabaseContext databaseContext ) : System
databaseContext IDatabaseContext
Résultat System

Update() public méthode

public Update ( ProductReview productReview ) : void
productReview EvCoSample.Domain.ProductReview
Résultat void