Exemplo n.º 1
0
 public void TestExportExcelMethod()
 {
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.ExportReport(new QueryParameters { StartTime = DateTime.Parse("2014-10-1"), HolidayId = 1, ReportType = 15 });
 }