예제 #1
0
        public DataTable GetCentreReportBLL(string centrename)
        {
            DataAccessLayer.ReportsDAO repDAO = new DataAccessLayer.ReportsDAO();

            return(repDAO.GetCentreReportDAL(centrename));
            //throw new NotImplementedException();
        }
예제 #2
0
        public DataTable GetCentreListBLL()
        {
            DataAccessLayer.ReportsDAO repDAO = new DataAccessLayer.ReportsDAO();

            return(repDAO.GetCentreListDAL());

            //throw new NotImplementedException();
        }