Ejemplo n.º 1
0
        public IQueryable <HomePage> getClasswiseMaleFemaleList(int schoolId)
        {
            HomePageDAL           dalObject = new HomePageDAL();
            IQueryable <HomePage> results   = dalObject.getClasswiseMaleFemaleList(schoolId);

            return(results);
        }
Ejemplo n.º 2
0
        public IQueryable <HomePage> getChartData(int schoolId)
        {
            HomePageDAL           dalObject = new HomePageDAL();
            IQueryable <HomePage> results   = dalObject.getChartData(schoolId);

            return(results);
        }