Example #1
0
 public static CreateShipmentReceiptDto ToCreateShipmentReceipt(this ShipmentReceiptStateDtoWrapper state)
 {
     return(state.ToCreateShipmentReceipt <CreateShipmentReceiptDto>());
 }
Example #2
0
 public static RemoveShipmentReceiptDto ToRemoveShipmentReceipt(this ShipmentReceiptStateDtoWrapper state)
 {
     return(state.ToRemoveShipmentReceipt <RemoveShipmentReceiptDto>());
 }
Example #3
0
 public static MergePatchShipmentReceiptDto ToMergePatchShipmentReceipt(this ShipmentReceiptStateDtoWrapper state)
 {
     return(state.ToMergePatchShipmentReceipt <MergePatchShipmentReceiptDto>());
 }
Example #4
0
 public static IShipmentReceiptCommand ToCreateOrMergePatchShipmentReceipt(this ShipmentReceiptStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchShipmentReceipt <CreateShipmentReceiptDto, MergePatchShipmentReceiptDto>());
 }