コード例 #1
0
 public GetComponentBySystemNameResponse GetComponentBySystemName(GetComponentBySystemNameRequest request)
 {
     return(ExecuteAction <GetComponentBySystemNameResponse>(request));
 }
コード例 #2
0
 public GetComponentBySystemNameResponse GetComponentBySystemName(GetComponentBySystemNameRequest request)
 {
     return(Execute(() => InternalService.GetComponentBySystemName(request)));
 }