C# Class iGoat.Domain.AddDeliveryItemToDeliveryEventProcessor

Inheritance: IEventProcessor
Mostra file Open project: AcklenAvenue/iGoat-Delivery-Back-End

Public Methods

Method Description
AddDeliveryItemToDeliveryEventProcessor ( IProfileRepository profileRepository ) : System
Process ( IEvent @event ) : IProcessEventResponse

Method Details

AddDeliveryItemToDeliveryEventProcessor() public method

public AddDeliveryItemToDeliveryEventProcessor ( IProfileRepository profileRepository ) : System
profileRepository IProfileRepository
return System

Process() public method

public Process ( IEvent @event ) : IProcessEventResponse
@event IEvent
return IProcessEventResponse