Exemple #1
0
 public Task Handle(CustomerUpdatedV1Notification notification, CancellationToken cancellationToken) => SendNotificationToAzure(notification);
Exemple #2
0
 public Task <ActionResult> Post([FromBody] CustomerUpdatedV1Notification value) => PublishNotification(value);