Exemplo n.º 1
0
 public static CreateAttributeUseDto ToCreateAttributeUse(this AttributeUseStateDtoWrapper state)
 {
     return(state.ToCreateAttributeUse <CreateAttributeUseDto>());
 }
Exemplo n.º 2
0
 public static RemoveAttributeUseDto ToRemoveAttributeUse(this AttributeUseStateDtoWrapper state)
 {
     return(state.ToRemoveAttributeUse <RemoveAttributeUseDto>());
 }
Exemplo n.º 3
0
 public static MergePatchAttributeUseDto ToMergePatchAttributeUse(this AttributeUseStateDtoWrapper state)
 {
     return(state.ToMergePatchAttributeUse <MergePatchAttributeUseDto>());
 }
Exemplo n.º 4
0
 public static IAttributeUseCommand ToCreateOrMergePatchAttributeUse(this AttributeUseStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchAttributeUse <CreateAttributeUseDto, MergePatchAttributeUseDto>());
 }