public GetComponentByIdResponse GetComponentById(GetComponentByIdRequest request)
 {
     return(ExecuteAction <GetComponentByIdResponse>(request));
 }
Exemplo n.º 2
0
 public GetComponentByIdResponse GetComponentById(GetComponentByIdRequest request)
 {
     return(Execute(() => InternalService.GetComponentById(request)));
 }