Example #1
0
        //public void RemoveAnswer(int id)
        //{
        //    dbAnswer.RemoveAnswer(id);
        //}

        public bool GetAllAnswers()
        {
            var AllAnswers = dbAccess.GetAllAnswers();

            if (AllAnswers)
            {
                return(true);
            }
            return(false);
        }