Exemplo n.º 1
0
 public OrderIsFinishedHandler(
     NotifiableOrders notifyableOrders,
     INotificationService notificationService,
     ILogger <OrderIsFinishedHandler> logger
     ) =>
 (this.notifyableOrders, this.notificationService, this.logger) =
Exemplo n.º 2
0
 public OrderIsCreatedHandler(NotifiableOrders notifyableOrders)
 => this.notifyableOrders = notifyableOrders;