C# Class iGoat.Domain.AddDeliveryEventProcessor

Inheritance: IEventProcessor
Datei anzeigen Open project: AcklenAvenue/iGoat-Delivery-Back-End

Public Methods

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

Method Details

AddDeliveryEventProcessor() public method

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

Process() public method

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