C# Class OnlineTakeawayStore.ReturnEvents.Application.ConfirmDeliveryOfOrder

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
Confirm ( System.DateTime timeThatPizzaWasDelivered, System.Guid orderId ) : void
ConfirmDeliveryOfOrder ( IOrderRepository orderRepository, IEventDispatcher dispatcher ) : OnlineTakeawayStore.ReturnEvents.Infrastructure

Method Details

Confirm() public méthode

public Confirm ( System.DateTime timeThatPizzaWasDelivered, System.Guid orderId ) : void
timeThatPizzaWasDelivered System.DateTime
orderId System.Guid
Résultat void

ConfirmDeliveryOfOrder() public méthode

public ConfirmDeliveryOfOrder ( IOrderRepository orderRepository, IEventDispatcher dispatcher ) : OnlineTakeawayStore.ReturnEvents.Infrastructure
orderRepository IOrderRepository
dispatcher IEventDispatcher
Résultat OnlineTakeawayStore.ReturnEvents.Infrastructure