コード例 #1
0
        private string NombreArchivoCartaRespuesta()
        {
            ServicioImpresion servImpresion = new ServicioImpresion();

            return(servImpresion.NombreArchivoCartaRespuesta(this.Request["IdActa"].ToString(), this.Request["idEstudio"].ToString()));
        }
コード例 #2
0
        private string NombreArchivoCartaRespuesta(string idActa, string idEstudio)
        {
            ServicioImpresion servImpresion = new ServicioImpresion();

            return(servImpresion.NombreArchivoCartaRespuesta(idActa, idEstudio));
        }