C# 클래스 EvCoSample.Infrastructure.ProductReviewRepository

상속: IProductReviewRepository
파일 보기 프로젝트 열기: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

공개 메소드들

메소드 설명
GetByProductId ( System.Guid productId ) : IEnumerable
ProductReviewRepository ( IDatabaseContext databaseContext ) : System
Update ( ProductReview productReview ) : void

메소드 상세

GetByProductId() 공개 메소드

public GetByProductId ( System.Guid productId ) : IEnumerable
productId System.Guid
리턴 IEnumerable

ProductReviewRepository() 공개 메소드

public ProductReviewRepository ( IDatabaseContext databaseContext ) : System
databaseContext IDatabaseContext
리턴 System

Update() 공개 메소드

public Update ( ProductReview productReview ) : void
productReview EvCoSample.Domain.ProductReview
리턴 void