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