Ejemplo n.º 1
0
 public static CreateContactMechDto ToCreateContactMech(this ContactMechStateDtoWrapper state)
 {
     return(state.ToCreateContactMech <CreateContactMechDto>());
 }
Ejemplo n.º 2
0
 public static DeleteContactMechDto ToDeleteContactMech(this ContactMechStateDtoWrapper state)
 {
     return(state.ToDeleteContactMech <DeleteContactMechDto>());
 }
Ejemplo n.º 3
0
 public static MergePatchContactMechDto ToMergePatchContactMech(this ContactMechStateDtoWrapper state)
 {
     return(state.ToMergePatchContactMech <MergePatchContactMechDto>());
 }
Ejemplo n.º 4
0
 public static IContactMechCommand ToCreateOrMergePatchContactMech(this ContactMechStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchContactMech <CreateContactMechDto, MergePatchContactMechDto>());
 }