public GetComponentAndChildIdsResponse GetComponentAndChildIds(GetComponentAndChildIdsRequest request)
 {
     return(ExecuteAction <GetComponentAndChildIdsResponse>(request));
 }
Пример #2
0
 public GetComponentAndChildIdsResponse GetComponentAndChildIds(GetComponentAndChildIdsRequest request)
 {
     return(Execute(() => InternalService.GetComponentAndChildIds(request)));
 }