Ejemplo n.º 1
0
 public static CreateShipmentImageDto ToCreateShipmentImage(this ShipmentImageStateDtoWrapper state)
 {
     return(state.ToCreateShipmentImage <CreateShipmentImageDto>());
 }
Ejemplo n.º 2
0
 public static RemoveShipmentImageDto ToRemoveShipmentImage(this ShipmentImageStateDtoWrapper state)
 {
     return(state.ToRemoveShipmentImage <RemoveShipmentImageDto>());
 }
Ejemplo n.º 3
0
 public static MergePatchShipmentImageDto ToMergePatchShipmentImage(this ShipmentImageStateDtoWrapper state)
 {
     return(state.ToMergePatchShipmentImage <MergePatchShipmentImageDto>());
 }
Ejemplo n.º 4
0
 public static IShipmentImageCommand ToCreateOrMergePatchShipmentImage(this ShipmentImageStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchShipmentImage <CreateShipmentImageDto, MergePatchShipmentImageDto>());
 }