Exemplo n.º 1
0
        public DataTable ViewLecture(string studentid, string fromDate, string endDate)
        {
            DataTable dt;

            dt = customer.GetTheoryClassSchedule(studentid, fromDate, endDate);
            return(dt);
        }