示例#1
0
 public SGB.tmkService.CarSystemPC[] GetCarSystemPC(string login, string pwd)
 {
     SGB.tmkService.GetCarSystemPCRequest inValue = new SGB.tmkService.GetCarSystemPCRequest();
     inValue.Body       = new SGB.tmkService.GetCarSystemPCRequestBody();
     inValue.Body.login = login;
     inValue.Body.pwd   = pwd;
     SGB.tmkService.GetCarSystemPCResponse retVal = ((SGB.tmkService.TmkServicosSoap)(this)).GetCarSystemPC(inValue);
     return(retVal.Body.GetCarSystemPCResult);
 }
示例#2
0
 SGB.tmkService.GetCarSystemPCResponse SGB.tmkService.TmkServicosSoap.GetCarSystemPC(SGB.tmkService.GetCarSystemPCRequest request)
 {
     return(base.Channel.GetCarSystemPC(request));
 }