Exemple #1
0
        public List <SPE_OBTIENE_C_PLANTILLAS_EXTERNAS_Result> ObtenerPlantillasExternas(string pCl_Exposicion = null)
        {
            PlantillaFormularioOperaciones oPlantilla = new PlantillaFormularioOperaciones();

            return(oPlantilla.ObtenerPlantillasExternas(pCl_Exposicion));
        }