Exemplo n.º 1
0
 public void wmAtualizar(PrjExercicio13.wsPais.clsPais clsPais)
 {
     PrjExercicio13.wsPais.wmAtualizarRequest inValue = new PrjExercicio13.wsPais.wmAtualizarRequest();
     inValue.clsPais = clsPais;
     PrjExercicio13.wsPais.wmAtualizarResponse retVal = ((PrjExercicio13.wsPais.wsPaisSoap)(this)).wmAtualizar(inValue);
 }
Exemplo n.º 2
0
 PrjExercicio13.wsPais.wmAtualizarResponse PrjExercicio13.wsPais.wsPaisSoap.wmAtualizar(PrjExercicio13.wsPais.wmAtualizarRequest request)
 {
     return(base.Channel.wmAtualizar(request));
 }