Exemple #1
0
        public static List <Answer> getAnswerOffline(string idQuestion)
        {
            AnswerDatabaseAccess answerDB = new AnswerDatabaseAccess();

            return(answerDB.GetAnswerDb(idQuestion));
        }