C# Class EA.Iws.Domain.Movement.RejectMovement

Inheritance: IRejectMovement
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
Reject ( System.Guid movementId, System.DateTime rejectionDate, string reason, string furtherDetails = null ) : Task
RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System

Method Details

Reject() public méthode

public Reject ( System.Guid movementId, System.DateTime rejectionDate, string reason, string furtherDetails = null ) : Task
movementId System.Guid
rejectionDate System.DateTime
reason string
furtherDetails string
Résultat Task

RejectMovement() public méthode

public RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System
movementRepository IMovementRepository
movementRejectionRepository IMovementRejectionRepository
Résultat System