C# 클래스 EA.Iws.Domain.Movement.CapturedMovementFactory

상속: ICapturedMovementFactory
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
CapturedMovementFactory ( IMovementNumberValidator movementNumberValidator, INotificationAssessmentRepository assessmentRepository, IUserContext userContext ) : System
Create ( System.Guid notificationId, int number, System.DateTime prenotificationDate, System.DateTime actualShipmentDate, bool hasNoPrenotification ) : Task

메소드 상세

CapturedMovementFactory() 공개 메소드

public CapturedMovementFactory ( IMovementNumberValidator movementNumberValidator, INotificationAssessmentRepository assessmentRepository, IUserContext userContext ) : System
movementNumberValidator IMovementNumberValidator
assessmentRepository INotificationAssessmentRepository
userContext IUserContext
리턴 System

Create() 공개 메소드

public Create ( System.Guid notificationId, int number, System.DateTime prenotificationDate, System.DateTime actualShipmentDate, bool hasNoPrenotification ) : Task
notificationId System.Guid
number int
prenotificationDate System.DateTime
actualShipmentDate System.DateTime
hasNoPrenotification bool
리턴 Task