Method | Description | |
---|---|---|
Reject ( System.Guid movementId, System.DateTime rejectionDate, string reason, string furtherDetails = null ) : Task |
||
RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System |
public Reject ( System.Guid movementId, System.DateTime rejectionDate, string reason, string furtherDetails = null ) : Task |
||
movementId | System.Guid | |
rejectionDate | System.DateTime | |
reason | string | |
furtherDetails | string | |
return | Task |
public RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System | ||
movementRepository | IMovementRepository | |
movementRejectionRepository | IMovementRejectionRepository | |
return | System |