public void ShiftSegmentRemove(ShiftSegmentRemoveCommand command)
 {
     CommandBus.Dispatch(command);
 }
Beispiel #2
0
 public void ShiftSegmentRemove(ShiftSegmentRemoveCommand command)
 {
     this.commandFacade.ShiftSegmentRemove(command);
 }