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