public Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.EstspAreaSelResult estspAreaSel(decimal piEstnuUsuarioId) { Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelRequest inValue = new Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelRequest(); inValue.piEstnuUsuarioId = piEstnuUsuarioId; Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelResponse retVal = ((Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.WsfiltrosestadisticasWeb)(this)).estspAreaSel(inValue); return(retVal.estspAreaSelResult); }
public System.Threading.Tasks.Task <Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelResponse> estspAreaSelAsync(decimal piEstnuUsuarioId) { Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelRequest inValue = new Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelRequest(); inValue.piEstnuUsuarioId = piEstnuUsuarioId; return(((Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.WsfiltrosestadisticasWeb)(this)).estspAreaSelAsync(inValue)); }
System.Threading.Tasks.Task <Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelResponse> Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.WsfiltrosestadisticasWeb.estspAreaSelAsync(Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelRequest request) { return(base.Channel.estspAreaSelAsync(request)); }
Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelResponse Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.WsfiltrosestadisticasWeb.estspAreaSel(Alemana.Nucleo.Estadisticas.Servicio.WsFiltros.estspAreaSelRequest request) { return(base.Channel.estspAreaSel(request)); }