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