Ejemplo n.º 1
0
 public void wmExcluir(PrjExercicio12.wsPais.clsPais clsPais)
 {
     PrjExercicio12.wsPais.wmExcluirRequest inValue = new PrjExercicio12.wsPais.wmExcluirRequest();
     inValue.clsPais = clsPais;
     PrjExercicio12.wsPais.wmExcluirResponse retVal = ((PrjExercicio12.wsPais.wsPaisSoap)(this)).wmExcluir(inValue);
 }
Ejemplo n.º 2
0
 PrjExercicio12.wsPais.wmExcluirResponse PrjExercicio12.wsPais.wsPaisSoap.wmExcluir(PrjExercicio12.wsPais.wmExcluirRequest request)
 {
     return(base.Channel.wmExcluir(request));
 }