public GetComponentAndChildIdsResponse GetComponentAndChildIds(GetComponentAndChildIdsRequest request)
 {
     return(ExecuteAction <GetComponentAndChildIdsResponse>(request));
 }
Ejemplo n.º 2
0
 public GetComponentAndChildIdsResponse GetComponentAndChildIds(GetComponentAndChildIdsRequest request)
 {
     return(Execute(() => InternalService.GetComponentAndChildIds(request)));
 }