コード例 #1
0
 public void CreateSOShipGroup([FromBody] OrderShipGroupServiceCommandDtos.CreateSOShipGroupDto requestContent)
 {
     try {
         _orderShipGroupApplicationService.When(requestContent.ToCreateSOShipGroup());
     } catch (Exception ex) { var response = HttpServiceExceptionUtils.GetErrorHttpResponseMessage(ex); throw new HttpResponseException(response); }
 }
コード例 #2
0
 public void CreateSOShipGroup([FromBody] OrderShipGroupServiceCommandDtos.CreateSOShipGroupDto requestContent)
 {
     _orderShipGroupApplicationService.When(requestContent.ToCreateSOShipGroup());
 }