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