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