コード例 #1
0
 public static RemoveOrderShipGroupDto ToRemoveOrderShipGroup(this OrderShipGroupStateDtoWrapper state)
 {
     return(state.ToRemoveOrderShipGroup <RemoveOrderShipGroupDto>());
 }
コード例 #2
0
 public static CreateOrderShipGroupDto ToCreateOrderShipGroup(this OrderShipGroupStateDtoWrapper state)
 {
     return(state.ToCreateOrderShipGroup <CreateOrderShipGroupDto, CreateOrderItemShipGroupAssociationDto>());
 }
コード例 #3
0
 public static IOrderShipGroupCommand ToCreateOrMergePatchOrderShipGroup(this OrderShipGroupStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchOrderShipGroup <CreateOrderShipGroupDto, MergePatchOrderShipGroupDto, CreateOrderItemShipGroupAssociationDto, MergePatchOrderItemShipGroupAssociationDto>());
 }