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