Esempio n. 1
0
 public static CreateAttributeAliasDto ToCreateAttributeAlias(this AttributeAliasStateDtoWrapper state)
 {
     return(state.ToCreateAttributeAlias <CreateAttributeAliasDto>());
 }
Esempio n. 2
0
 public static RemoveAttributeAliasDto ToRemoveAttributeAlias(this AttributeAliasStateDtoWrapper state)
 {
     return(state.ToRemoveAttributeAlias <RemoveAttributeAliasDto>());
 }
Esempio n. 3
0
 public static MergePatchAttributeAliasDto ToMergePatchAttributeAlias(this AttributeAliasStateDtoWrapper state)
 {
     return(state.ToMergePatchAttributeAlias <MergePatchAttributeAliasDto>());
 }
Esempio n. 4
0
 public static IAttributeAliasCommand ToCreateOrMergePatchAttributeAlias(this AttributeAliasStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchAttributeAlias <CreateAttributeAliasDto, MergePatchAttributeAliasDto>());
 }