Exemplo n.º 1
0
 public void Handle(PathPersisteCompleted eventData)
 {
     if (eventData.HasExceptionInPersist)
     {
         calculatorSession.HasEmployeeCalculationFailed = true;
     }
     pathPersisterTrigger.Set();
 }
Exemplo n.º 2
0
 public void Handle(PathPersisteCompleted eventData)
 {
     throw new NotImplementedException();
 }