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