public GetComponentByIdResponse GetComponentById(GetComponentByIdRequest request)
 {
     return(ExecuteAction <GetComponentByIdResponse>(request));
 }
예제 #2
0
 public GetComponentByIdResponse GetComponentById(GetComponentByIdRequest request)
 {
     return(Execute(() => InternalService.GetComponentById(request)));
 }