Esempio n. 1
0
 public string ConsultarKey(string User, string Mark, string Value)
 {
     ESIDIFLimitativa.GestionService.ConsultarKeyRequest inValue = new ESIDIFLimitativa.GestionService.ConsultarKeyRequest();
     inValue.Body       = new ESIDIFLimitativa.GestionService.ConsultarKeyRequestBody();
     inValue.Body.User  = User;
     inValue.Body.Mark  = Mark;
     inValue.Body.Value = Value;
     ESIDIFLimitativa.GestionService.ConsultarKeyResponse retVal = ((ESIDIFLimitativa.GestionService.GestionServiceSoap)(this)).ConsultarKey(inValue);
     return(retVal.Body.ConsultarKeyResult);
 }
Esempio n. 2
0
 ESIDIFLimitativa.GestionService.ConsultarKeyResponse ESIDIFLimitativa.GestionService.GestionServiceSoap.ConsultarKey(ESIDIFLimitativa.GestionService.ConsultarKeyRequest request)
 {
     return(base.Channel.ConsultarKey(request));
 }