Ejemplo n.º 1
0
        public static bool ActivaPais(PaisDTO thePaisDTO)
        {
            bool respuesta = PaisDAL.ActivaPais(thePaisDTO);

            return(respuesta);
        }