Example #1
0
        public DataTable GetIncomeReport()
        {
            DataTable dt = new DataTable();

            DAL.Class1 obj = new DAL.Class1();
            dt = obj.GetIncomeReport(flag);
            return(dt);
        }