Example #1
0
 public static CreatePhysicalInventoryDto ToCreatePhysicalInventory(this PhysicalInventoryStateDtoWrapper state)
 {
     return(state.ToCreatePhysicalInventory <CreatePhysicalInventoryDto, CreatePhysicalInventoryLineDto>());
 }
Example #2
0
 public static DeletePhysicalInventoryDto ToDeletePhysicalInventory(this PhysicalInventoryStateDtoWrapper state)
 {
     return(state.ToDeletePhysicalInventory <DeletePhysicalInventoryDto>());
 }
Example #3
0
 public static MergePatchPhysicalInventoryDto ToMergePatchPhysicalInventory(this PhysicalInventoryStateDtoWrapper state)
 {
     return(state.ToMergePatchPhysicalInventory <MergePatchPhysicalInventoryDto, CreatePhysicalInventoryLineDto, MergePatchPhysicalInventoryLineDto>());
 }
Example #4
0
 public static IPhysicalInventoryCommand ToCreateOrMergePatchPhysicalInventory(this PhysicalInventoryStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchPhysicalInventory <CreatePhysicalInventoryDto, MergePatchPhysicalInventoryDto, CreatePhysicalInventoryLineDto, MergePatchPhysicalInventoryLineDto>());
 }