Beispiel #1
0
 public static CreateAttributeUseDto ToCreateAttributeUse(this AttributeUseStateDto state)
 {
     return(state.ToCreateAttributeUse <CreateAttributeUseDto>());
 }
Beispiel #2
0
 public static RemoveAttributeUseDto ToRemoveAttributeUse(this AttributeUseStateDto state)
 {
     return(state.ToRemoveAttributeUse <RemoveAttributeUseDto>());
 }
Beispiel #3
0
 public static MergePatchAttributeUseDto ToMergePatchAttributeUse(this AttributeUseStateDto state)
 {
     return(state.ToMergePatchAttributeUse <MergePatchAttributeUseDto>());
 }
Beispiel #4
0
 public static IAttributeUseCommand ToCreateOrMergePatchAttributeUse(this AttributeUseStateDto state)
 {
     return(state.ToCreateOrMergePatchAttributeUse <CreateAttributeUseDto, MergePatchAttributeUseDto>());
 }