Exemple #1
0
 public static MergePatchPhysicalInventoryLineMvoDto ToMergePatchPhysicalInventoryLineMvo(this PhysicalInventoryLineMvoStateDtoWrapper state)
 {
     return(state.ToMergePatchPhysicalInventoryLineMvo <MergePatchPhysicalInventoryLineMvoDto>());
 }
Exemple #2
0
 public static CreatePhysicalInventoryLineMvoDto ToCreatePhysicalInventoryLineMvo(this PhysicalInventoryLineMvoStateDtoWrapper state)
 {
     return(state.ToCreatePhysicalInventoryLineMvo <CreatePhysicalInventoryLineMvoDto>());
 }
Exemple #3
0
 public static IPhysicalInventoryLineMvoCommand ToCreateOrMergePatchPhysicalInventoryLineMvo(this PhysicalInventoryLineMvoStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchPhysicalInventoryLineMvo <CreatePhysicalInventoryLineMvoDto, MergePatchPhysicalInventoryLineMvoDto>());
 }