Esempio n. 1
0
 public SGB.tmkService.CarSystemStatusDevedor[] GetCarSystem_StatusDevedor(string login, string pwd, int codCliente)
 {
     SGB.tmkService.GetCarSystem_StatusDevedorRequest inValue = new SGB.tmkService.GetCarSystem_StatusDevedorRequest();
     inValue.Body            = new SGB.tmkService.GetCarSystem_StatusDevedorRequestBody();
     inValue.Body.login      = login;
     inValue.Body.pwd        = pwd;
     inValue.Body.codCliente = codCliente;
     SGB.tmkService.GetCarSystem_StatusDevedorResponse retVal = ((SGB.tmkService.TmkServicosSoap)(this)).GetCarSystem_StatusDevedor(inValue);
     return(retVal.Body.GetCarSystem_StatusDevedorResult);
 }
Esempio n. 2
0
 SGB.tmkService.GetCarSystem_StatusDevedorResponse SGB.tmkService.TmkServicosSoap.GetCarSystem_StatusDevedor(SGB.tmkService.GetCarSystem_StatusDevedorRequest request)
 {
     return(base.Channel.GetCarSystem_StatusDevedor(request));
 }