Exemplo n.º 1
0
        public List <Periodo> ListarPeriodos()
        {
            GenericDAO objDAO = new GenericDAO();

            return(objDAO.ExtraerPeriodos());
        }