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