Ejemplo n.º 1
0
 public async Task CompensateAsync(FlightReservationCreated message, ISagaContext context)
 => await Task.CompletedTask;
Ejemplo n.º 2
0
 public async Task HandleAsync(FlightReservationCreated message, ISagaContext context)
 => await CompleteAsync();