C# 클래스 EA.Iws.Domain.Movement.RejectMovement

상속: IRejectMovement
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
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