public void TestGetNoDataList()
        {
            NaturalTrafficStatistical na = new NaturalTrafficStatistical();
            na.GetNoDataList(new QueryParameters { StartTime = DateTime.Parse("2014-12-6"), ReportType = 15, StationType = 1 });

        }
 public void TestExportExcelMethod()
 {
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.ExportReport(new QueryParameters { StartTime = DateTime.Parse("2014-10-1"), HolidayId = 1, ReportType = 15 });
 }
 public void TestCalibrationData()
 {
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.CalibrationData(new QueryParameters { StartTime = DateTime.Parse("2014-11-20"), ReportType = 15, StationType = 1, LastYearStart = DateTime.Parse("2014-10-1"), FloatingRange = 5 });
 }
 public void TestMethod1()
 {
     //naturalManege.GetList();
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.GetListByPra(new QueryParameters { StartTime = DateTime.Parse("2014-10-1"), ReportType = 15 });
 }