Exemple #1
0
        public static bool ActivaForoComunidad(ForoComunidadDTO theForoComunidadDTO)
        {
            bool respuesta = ForoComunidadDAL.ActivaForoComunidad(theForoComunidadDTO);

            return(respuesta);
        }
Exemple #2
0
        public static bool Insert(ForoComunidadDTO myForoComunidadDTO)
        {
            bool resultado = ForoComunidadDAL.Insert(myForoComunidadDTO);

            return(resultado);
        }
Exemple #3
0
        public static bool Update(ForoComunidadDTO myForoComunidadDTO)
        {
            bool resultado = ForoComunidadDAL.Update(myForoComunidadDTO);

            return(resultado);
        }
Exemple #4
0
        public static bool Delete(DTO.ForoComunidadDTO myForoComunidadDTO)
        {
            bool resultado = ForoComunidadDAL.Delete(myForoComunidadDTO);

            return(resultado);
        }