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