Ejemplo n.º 1
0
 public System.Xml.XmlElement lmcAutorizacao(string xmlDados)
 {
     PostoCombustivel.WS_LMC.lmcAutorizacao inValue = new PostoCombustivel.WS_LMC.lmcAutorizacao();
     inValue.xmlDados = xmlDados;
     PostoCombustivel.WS_LMC.lmcAutorizacaoResult retVal = ((PostoCombustivel.WS_LMC.LMCWS)(this)).lmcAutorizacao(inValue);
     return(retVal.Any);
 }
Ejemplo n.º 2
0
 PostoCombustivel.WS_LMC.lmcAutorizacaoResult PostoCombustivel.WS_LMC.LMCWS.lmcAutorizacao(PostoCombustivel.WS_LMC.lmcAutorizacao request)
 {
     return(base.Channel.lmcAutorizacao(request));
 }