public static DataTable ATCC_TransactionalReport(string atcc_id, string atcc_class, string veh_direction, string veh_speed, string @veh_axle, DateTime start_date, DateTime end_date) { return(ReportDAL.ATCC_TransactionalReport(atcc_id, atcc_class, veh_direction, veh_speed, @veh_axle, start_date, end_date)); }