public void ShiftSegmentRemove(ShiftSegmentRemoveCommand command) { CommandBus.Dispatch(command); }
public void ShiftSegmentRemove(ShiftSegmentRemoveCommand command) { this.commandFacade.ShiftSegmentRemove(command); }