Exemplo n.º 1
0
        public IQueryable <StudentParent> GetAll()
        {
            StudentParentDAL           dalObject = new StudentParentDAL();
            IQueryable <StudentParent> results   = dalObject.GetAll();

            return(results);
        }