public static CreateShipmentReceiptImageDto ToCreateShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state) { return(state.ToCreateShipmentReceiptImage <CreateShipmentReceiptImageDto>()); }
public static RemoveShipmentReceiptImageDto ToRemoveShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state) { return(state.ToRemoveShipmentReceiptImage <RemoveShipmentReceiptImageDto>()); }
public static MergePatchShipmentReceiptImageDto ToMergePatchShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state) { return(state.ToMergePatchShipmentReceiptImage <MergePatchShipmentReceiptImageDto>()); }
public static IShipmentReceiptImageCommand ToCreateOrMergePatchShipmentReceiptImage(this ShipmentReceiptImageStateDtoWrapper state) { return(state.ToCreateOrMergePatchShipmentReceiptImage <CreateShipmentReceiptImageDto, MergePatchShipmentReceiptImageDto>()); }