Пример #1
0
 public List<QuestionsEntity> ReadList()
 {
     QuestionsDao questionsDao = new QuestionsDao();
     return questionsDao.ReadList();
 }