コード例 #1
0
ファイル: Reference.cs プロジェクト: larriojas/GitNew
 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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: larriojas/GitNew
 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));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: larriojas/GitNew
 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));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: larriojas/GitNew
 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));
 }