Exemple #1
0
        public List <EArea> getAll()
        {
            AreaDAO aDao = new AreaDAO();

            return(aDao.getAll());
        }