C# 클래스 OnlineTakeawayStore.ReturnEvents.Application.ConfirmDeliveryOfOrder

파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
Confirm ( System.DateTime timeThatPizzaWasDelivered, System.Guid orderId ) : void
ConfirmDeliveryOfOrder ( IOrderRepository orderRepository, IEventDispatcher dispatcher ) : OnlineTakeawayStore.ReturnEvents.Infrastructure

메소드 상세

Confirm() 공개 메소드

public Confirm ( System.DateTime timeThatPizzaWasDelivered, System.Guid orderId ) : void
timeThatPizzaWasDelivered System.DateTime
orderId System.Guid
리턴 void

ConfirmDeliveryOfOrder() 공개 메소드

public ConfirmDeliveryOfOrder ( IOrderRepository orderRepository, IEventDispatcher dispatcher ) : OnlineTakeawayStore.ReturnEvents.Infrastructure
orderRepository IOrderRepository
dispatcher IEventDispatcher
리턴 OnlineTakeawayStore.ReturnEvents.Infrastructure