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