Example #1
0
        public static bool ValidaEliminacionPorteria(PorteriaDTO thePorteriaDTO)
        {
            bool respuesta = facade.Porteria.ValidaEliminacionPorteria(thePorteriaDTO);

            return(respuesta);
        }
Example #2
0
        public static bool ActivaPorteria(PorteriaDTO thePorteriaDTO)
        {
            bool respuesta = YouCom.DAL.PorteriaDAL.ActivaPorteria(thePorteriaDTO);

            return(respuesta);
        }