C# 클래스 DomainDrivenDelivery.Application.Handling.HandlingEventServiceImpl

상속: HandlingEventService
파일 보기 프로젝트 열기: awhatley/dddsample.net 1 사용 예제들

공개 메소드들

메소드 설명
HandlingEventServiceImpl ( HandlingEventRepository handlingEventRepository, SystemEvents systemEvents, HandlingEventFactory handlingEventFactory ) : System

비공개 메소드들

메소드 설명
registerHandlingEvent ( System.DateTime completionTime, TrackingId trackingId, VoyageNumber voyageNumber, UnLocode unLocode, HandlingActivityType type, OperatorCode operatorCode ) : void

메소드 상세

HandlingEventServiceImpl() 공개 메소드

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