// GET: api/Contato public IEnumerable <Contato> GetContatos() { ContatoDAO contatoDao = new ContatoDAO(); return(contatoDao.Get()); }