Exemplo n.º 1
0
 public void TestMethod1()
 {
     //naturalManege.GetList();
     NaturalTrafficStatistical na = new NaturalTrafficStatistical();
     na.GetListByPra(new QueryParameters { StartTime = DateTime.Parse("2014-10-1"), ReportType = 15 });
 }