Метод | Описание | |
---|---|---|
CapturedMovementFactory ( IMovementNumberValidator movementNumberValidator, INotificationAssessmentRepository assessmentRepository, IUserContext userContext ) : System | ||
Create ( System.Guid notificationId, int number, System.DateTime prenotificationDate, System.DateTime actualShipmentDate, bool hasNoPrenotification ) : Task |
public CapturedMovementFactory ( IMovementNumberValidator movementNumberValidator, INotificationAssessmentRepository assessmentRepository, IUserContext userContext ) : System | ||
movementNumberValidator | IMovementNumberValidator | |
assessmentRepository | INotificationAssessmentRepository | |
userContext | IUserContext | |
Результат | System |
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 |