public UpdateComponentTypeResponse UpdateComponentType(UpdateComponentTypeRequest request)
 {
     return(ExecuteAction <UpdateComponentTypeResponse>(request));
 }
示例#2
0
 public UpdateComponentTypeResponse UpdateComponentType(UpdateComponentTypeRequest request)
 {
     return(Execute(() => InternalService.UpdateComponentType(request)));
 }