Ejemplo n.º 1
0
 public static CreateShipmentReceiptImageDto ToCreateShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state)
 {
     return(state.ToCreateShipmentReceiptImage <CreateShipmentReceiptImageDto>());
 }
Ejemplo n.º 2
0
 public static RemoveShipmentReceiptImageDto ToRemoveShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state)
 {
     return(state.ToRemoveShipmentReceiptImage <RemoveShipmentReceiptImageDto>());
 }
Ejemplo n.º 3
0
 public static MergePatchShipmentReceiptImageDto ToMergePatchShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state)
 {
     return(state.ToMergePatchShipmentReceiptImage <MergePatchShipmentReceiptImageDto>());
 }
Ejemplo n.º 4
0
 public static IShipmentReceiptImageCommand ToCreateOrMergePatchShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchShipmentReceiptImage <CreateShipmentReceiptImageDto, MergePatchShipmentReceiptImageDto>());
 }