public DeleteComponentTypeResponse DeleteComponentType(DeleteComponentTypeRequest request)
 {
     return(ExecuteAction <DeleteComponentTypeResponse>(request));
 }
Beispiel #2
0
 public DeleteComponentTypeResponse DeleteComponentType(DeleteComponentTypeRequest request)
 {
     return(Execute(() => InternalService.DeleteComponentType(request)));
 }