C# Класс EvCoSample.Application.ProductDeletedEventConsumer

Наследование: IProductDeletedEventConsumer
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessNextEvent ( ) : void
ProductDeletedEventConsumer ( IMessagingService messagingService, IUnitOfWork unitOfWork, IProductReviewRepository productReviewRepository ) : EvCoSample.Core

Приватные методы

Метод Описание
Process ( ProductDeleted productDeleted ) : void

Описание методов

ProcessNextEvent() публичный Метод

public ProcessNextEvent ( ) : void
Результат void

ProductDeletedEventConsumer() публичный Метод

public ProductDeletedEventConsumer ( IMessagingService messagingService, IUnitOfWork unitOfWork, IProductReviewRepository productReviewRepository ) : EvCoSample.Core
messagingService IMessagingService
unitOfWork IUnitOfWork
productReviewRepository IProductReviewRepository
Результат EvCoSample.Core