Пример #1
0
 public void Handle(CommandNotExecuted <SecondCommand> secondCommandNotExecuted)
 {
     _secondCommandNotExecutedEvents.Add(secondCommandNotExecuted);
 }
Пример #2
0
 public void Handle(CommandNotExecuted <FirstCommand> firstCommandNotExecuted)
 {
     _firstCommandNotExecutedEvents.Add(firstCommandNotExecuted);
 }