Exemplo n.º 1
0
        public List <PersonModel> Consult()
        {
            PersonDao pdao = new PersonDao();

            return(pdao.Consult());
        }