Exemplo n.º 1
0
 public async Task CompensateAsync(CreateHotelReservationRejected message, ISagaContext context)
 => await Task.CompletedTask;
Exemplo n.º 2
0
 public async Task HandleAsync(CreateHotelReservationRejected message, ISagaContext context)
 => await RejectAsync();