예제 #1
0
 public static CreateLocatorTypeDto ToCreateLocatorType(this LocatorTypeStateDtoWrapper state)
 {
     return(state.ToCreateLocatorType <CreateLocatorTypeDto>());
 }
예제 #2
0
 public static DeleteLocatorTypeDto ToDeleteLocatorType(this LocatorTypeStateDtoWrapper state)
 {
     return(state.ToDeleteLocatorType <DeleteLocatorTypeDto>());
 }
예제 #3
0
 public static MergePatchLocatorTypeDto ToMergePatchLocatorType(this LocatorTypeStateDtoWrapper state)
 {
     return(state.ToMergePatchLocatorType <MergePatchLocatorTypeDto>());
 }
예제 #4
0
 public static ILocatorTypeCommand ToCreateOrMergePatchLocatorType(this LocatorTypeStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchLocatorType <CreateLocatorTypeDto, MergePatchLocatorTypeDto>());
 }