Example #1
0
 public string VerificaStatia(string pCodClient, string pParolaClient, string pLicenta, string pIdStatie)
 {
     iStomaLab.iStatie.VerificaStatiaRequest inValue = new iStomaLab.iStatie.VerificaStatiaRequest();
     inValue.Body               = new iStomaLab.iStatie.VerificaStatiaRequestBody();
     inValue.Body.pCodClient    = pCodClient;
     inValue.Body.pParolaClient = pParolaClient;
     inValue.Body.pLicenta      = pLicenta;
     inValue.Body.pIdStatie     = pIdStatie;
     iStomaLab.iStatie.VerificaStatiaResponse retVal = ((iStomaLab.iStatie.ValidareStatieDeLucruSoap)(this)).VerificaStatia(inValue);
     return(retVal.Body.VerificaStatiaResult);
 }
Example #2
0
 iStomaLab.iStatie.VerificaStatiaResponse iStomaLab.iStatie.ValidareStatieDeLucruSoap.VerificaStatia(iStomaLab.iStatie.VerificaStatiaRequest request)
 {
     return(base.Channel.VerificaStatia(request));
 }