Esempio n. 1
0
 public static CreateShipmentItemDto ToCreateShipmentItem(this ShipmentItemStateDtoWrapper state)
 {
     return(state.ToCreateShipmentItem <CreateShipmentItemDto>());
 }
Esempio n. 2
0
 public static RemoveShipmentItemDto ToRemoveShipmentItem(this ShipmentItemStateDtoWrapper state)
 {
     return(state.ToRemoveShipmentItem <RemoveShipmentItemDto>());
 }
Esempio n. 3
0
 public static MergePatchShipmentItemDto ToMergePatchShipmentItem(this ShipmentItemStateDtoWrapper state)
 {
     return(state.ToMergePatchShipmentItem <MergePatchShipmentItemDto>());
 }
Esempio n. 4
0
 public static IShipmentItemCommand ToCreateOrMergePatchShipmentItem(this ShipmentItemStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchShipmentItem <CreateShipmentItemDto, MergePatchShipmentItemDto>());
 }