示例#1
0
 public static CreatePhysicalInventoryLineDto ToCreatePhysicalInventoryLine(this PhysicalInventoryLineStateDtoWrapper state)
 {
     return(state.ToCreatePhysicalInventoryLine <CreatePhysicalInventoryLineDto>());
 }
示例#2
0
 public static RemovePhysicalInventoryLineDto ToRemovePhysicalInventoryLine(this PhysicalInventoryLineStateDtoWrapper state)
 {
     return(state.ToRemovePhysicalInventoryLine <RemovePhysicalInventoryLineDto>());
 }
示例#3
0
 public static MergePatchPhysicalInventoryLineDto ToMergePatchPhysicalInventoryLine(this PhysicalInventoryLineStateDtoWrapper state)
 {
     return(state.ToMergePatchPhysicalInventoryLine <MergePatchPhysicalInventoryLineDto>());
 }
示例#4
0
 public static IPhysicalInventoryLineCommand ToCreateOrMergePatchPhysicalInventoryLine(this PhysicalInventoryLineStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchPhysicalInventoryLine <CreatePhysicalInventoryLineDto, MergePatchPhysicalInventoryLineDto>());
 }