Beispiel #1
0
 public async override Task Execute(SagaContext <string> context)
 {
     await service.CreateDefault(context.Data.User);
 }