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