C# Класс EA.Iws.Domain.Movement.CapturedMovementFactory

Наследование: ICapturedMovementFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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