示例#1
0
 public static DataTable ATCC_HourlyAndMonthlyTrafficCount(string atcc_id, string atcc_class, string start_date, string end_date)
 {
     return(ReportDAL.ATCC_HourlyAndMonthlyTrafficCount(atcc_id, atcc_class, start_date, end_date));
 }