public static CreateInOutLineMvoDto ToCreateInOutLineMvo(this InOutLineMvoStateDtoWrapper state)
 {
     return(state.ToCreateInOutLineMvo <CreateInOutLineMvoDto>());
 }
 public static DeleteInOutLineMvoDto ToDeleteInOutLineMvo(this InOutLineMvoStateDtoWrapper state)
 {
     return(state.ToDeleteInOutLineMvo <DeleteInOutLineMvoDto>());
 }
 public static MergePatchInOutLineMvoDto ToMergePatchInOutLineMvo(this InOutLineMvoStateDtoWrapper state)
 {
     return(state.ToMergePatchInOutLineMvo <MergePatchInOutLineMvoDto>());
 }
 public static IInOutLineMvoCommand ToCreateOrMergePatchInOutLineMvo(this InOutLineMvoStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchInOutLineMvo <CreateInOutLineMvoDto, MergePatchInOutLineMvoDto>());
 }