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