Exemple #1
0
 public System.Collections.Generic.List <Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.UbicacionGeografica> DameListadoPorPadre(int idPadre)
 {
     Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.DameListadoPorPadreRequest inValue = new Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.DameListadoPorPadreRequest();
     inValue.Body         = new Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.DameListadoPorPadreRequestBody();
     inValue.Body.idPadre = idPadre;
     Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.DameListadoPorPadreResponse retVal = ((Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.IUbicacionGeograficaContrato)(this)).DameListadoPorPadre(inValue);
     return(retVal.Body.DameListadoPorPadreResult);
 }
Exemple #2
0
 Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.DameListadoPorPadreResponse Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.IUbicacionGeograficaContrato.DameListadoPorPadre(Ine.SihPublico.UI.Web.UbicacionGeograficaServicio_T.DameListadoPorPadreRequest request)
 {
     return(base.Channel.DameListadoPorPadre(request));
 }