C# Class DomainDrivenDelivery.Application.Handling.HandlingEventServiceImpl

Inheritance: HandlingEventService
Mostrar archivo Open project: awhatley/dddsample.net Class Usage Examples

Public Methods

Method Description
HandlingEventServiceImpl ( HandlingEventRepository handlingEventRepository, SystemEvents systemEvents, HandlingEventFactory handlingEventFactory ) : System

Private Methods

Method Description
registerHandlingEvent ( System.DateTime completionTime, TrackingId trackingId, VoyageNumber voyageNumber, UnLocode unLocode, HandlingActivityType type, OperatorCode operatorCode ) : void

Method Details

HandlingEventServiceImpl() public method

public HandlingEventServiceImpl ( HandlingEventRepository handlingEventRepository, SystemEvents systemEvents, HandlingEventFactory handlingEventFactory ) : System
handlingEventRepository HandlingEventRepository
systemEvents SystemEvents
handlingEventFactory DomainDrivenDelivery.Domain.Model.Handling.HandlingEventFactory
return System