示例#1
0
 public void wmIncluir(PrjExercicio13.wsPais.clsPais clsPais)
 {
     PrjExercicio13.wsPais.wmIncluirRequest inValue = new PrjExercicio13.wsPais.wmIncluirRequest();
     inValue.clsPais = clsPais;
     PrjExercicio13.wsPais.wmIncluirResponse retVal = ((PrjExercicio13.wsPais.wsPaisSoap)(this)).wmIncluir(inValue);
 }
示例#2
0
 PrjExercicio13.wsPais.wmIncluirResponse PrjExercicio13.wsPais.wsPaisSoap.wmIncluir(PrjExercicio13.wsPais.wmIncluirRequest request)
 {
     return(base.Channel.wmIncluir(request));
 }