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

Inheritance: IRejectMovement
ファイルを表示 Open project: EnvironmentAgency/prsd-iws

Public Methods

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

Method Details

Reject() public method

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

RejectMovement() public method

public RejectMovement ( IMovementRepository movementRepository, IMovementRejectionRepository movementRejectionRepository ) : System
movementRepository IMovementRepository
movementRejectionRepository IMovementRejectionRepository
return System