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