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

        }