public DataTable GetFileCount(string fdate, string tdate, string term) { DataTable dt = new DataTable(); dt = assetDAO.GetFileCount(fdate, tdate, term); return(dt); }