Exemplo n.º 1
0
 public async Task CompensateAsync(ReleaseProductsRejected message, ISagaContext context)
 {
     await Task.CompletedTask;
 }
Exemplo n.º 2
0
 //Edge case
 public async Task HandleAsync(ReleaseProductsRejected message, ISagaContext context)
 {
     Reject();
     await Task.CompletedTask;
 }