public UpdateComponentTypeResponse UpdateComponentType(UpdateComponentTypeRequest request)
 {
     return(ExecuteAction <UpdateComponentTypeResponse>(request));
 }
Exemplo n.º 2
0
 public UpdateComponentTypeResponse UpdateComponentType(UpdateComponentTypeRequest request)
 {
     return(Execute(() => InternalService.UpdateComponentType(request)));
 }