Beispiel #1
0
 public void ShiftSegmentAdd(ShiftSegmentAddCommand command)
 {
     this.commandFacade.ShiftSegmentAdd(command);
 }
 public void ShiftSegmentAdd(ShiftSegmentAddCommand command)
 {
     CommandBus.Dispatch(command);
 }
        public IActionResult AddShiftSegment(ShiftSegmentAddCommand command)
        {
            shiftCommandFacade.ShiftSegmentAdd(command);

            return(RedirectToAction("ShiftSegments"));
        }