Ejemplo n.º 1
0
        public static bool ValidaEliminacionAreasComunes(AreasComunesDTO theAreasComunesDTO)
        {
            bool respuesta = facade.AreasComunes.ValidaEliminacionAreasComunes(theAreasComunesDTO);

            return(respuesta);
        }
Ejemplo n.º 2
0
        public static bool ActivaAreasComunes(AreasComunesDTO theAreasComunesDTO)
        {
            bool respuesta = YouCom.DAL.AreasComunesDAL.ActivaAreasComunes(theAreasComunesDTO);

            return(respuesta);
        }