Esempio n. 1
0
 public System.Threading.Tasks.Task <Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsResponse> fcespFcetmImpresionInsAsync(string piImpvaNombreReporte, string piImpvaDatosReporte, decimal piImpnuSesionId, decimal piImpnuFichaId, decimal piImpnuEpisodioId, decimal piImpnuEncuentroId)
 {
     Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsRequest inValue = new Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsRequest();
     inValue.piImpvaNombreReporte = piImpvaNombreReporte;
     inValue.piImpvaDatosReporte  = piImpvaDatosReporte;
     inValue.piImpnuSesionId      = piImpnuSesionId;
     inValue.piImpnuFichaId       = piImpnuFichaId;
     inValue.piImpnuEpisodioId    = piImpnuEpisodioId;
     inValue.piImpnuEncuentroId   = piImpnuEncuentroId;
     return(((Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.WsauditoriagestionWeb)(this)).fcespFcetmImpresionInsAsync(inValue));
 }
Esempio n. 2
0
 public Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.FcespFcetmImpresionInsResult fcespFcetmImpresionIns(string piImpvaNombreReporte, string piImpvaDatosReporte, decimal piImpnuSesionId, decimal piImpnuFichaId, decimal piImpnuEpisodioId, decimal piImpnuEncuentroId)
 {
     Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsRequest inValue = new Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsRequest();
     inValue.piImpvaNombreReporte = piImpvaNombreReporte;
     inValue.piImpvaDatosReporte  = piImpvaDatosReporte;
     inValue.piImpnuSesionId      = piImpnuSesionId;
     inValue.piImpnuFichaId       = piImpnuFichaId;
     inValue.piImpnuEpisodioId    = piImpnuEpisodioId;
     inValue.piImpnuEncuentroId   = piImpnuEncuentroId;
     Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsResponse retVal = ((Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.WsauditoriagestionWeb)(this)).fcespFcetmImpresionIns(inValue);
     return(retVal.fcespFcetmImpresionInsResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsResponse> Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.WsauditoriagestionWeb.fcespFcetmImpresionInsAsync(Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsRequest request)
 {
     return(base.Channel.fcespFcetmImpresionInsAsync(request));
 }
Esempio n. 4
0
 Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsResponse Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.WsauditoriagestionWeb.fcespFcetmImpresionIns(Alemana.Nucleo.Common.WsAuditoriaGestionServiceReference.fcespFcetmImpresionInsRequest request)
 {
     return(base.Channel.fcespFcetmImpresionIns(request));
 }