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

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

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

Метод Описание
Reject ( System.Guid movementId, System.DateTime rejectionDate, string reason, string furtherDetails = null ) : Task
RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System

Описание методов

Reject() публичный Метод

public Reject ( System.Guid movementId, System.DateTime rejectionDate, string reason, string furtherDetails = null ) : Task
movementId System.Guid
rejectionDate System.DateTime
reason string
furtherDetails string
Результат Task

RejectMovement() публичный Метод

public RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System
movementRepository IMovementRepository
movementRejectionRepository IMovementRejectionRepository
Результат System