Exemple #1
0
 public void SetReadCarSystemPC(string login, string pwd)
 {
     SGB.tmkService.SetReadCarSystemPCRequest inValue = new SGB.tmkService.SetReadCarSystemPCRequest();
     inValue.Body       = new SGB.tmkService.SetReadCarSystemPCRequestBody();
     inValue.Body.login = login;
     inValue.Body.pwd   = pwd;
     SGB.tmkService.SetReadCarSystemPCResponse retVal = ((SGB.tmkService.TmkServicosSoap)(this)).SetReadCarSystemPC(inValue);
 }
Exemple #2
0
 SGB.tmkService.SetReadCarSystemPCResponse SGB.tmkService.TmkServicosSoap.SetReadCarSystemPC(SGB.tmkService.SetReadCarSystemPCRequest request)
 {
     return(base.Channel.SetReadCarSystemPC(request));
 }