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