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

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws 1 사용 예제들

공개 메소드들

메소드 설명
NotificationMovementsQuantity ( IMovementRepository movementRepository, IShipmentInfoRepository shipmentRepository ) : System
Received ( System.Guid notificationId ) : Task
Remaining ( System.Guid notificationId ) : Task

비공개 메소드들

메소드 설명
HasSummableMovements ( IEnumerable movements ) : bool

메소드 상세

NotificationMovementsQuantity() 공개 메소드

public NotificationMovementsQuantity ( IMovementRepository movementRepository, IShipmentInfoRepository shipmentRepository ) : System
movementRepository IMovementRepository
shipmentRepository IShipmentInfoRepository
리턴 System

Received() 공개 메소드

public Received ( System.Guid notificationId ) : Task
notificationId System.Guid
리턴 Task

Remaining() 공개 메소드

public Remaining ( System.Guid notificationId ) : Task
notificationId System.Guid
리턴 Task