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