예제 #1
0
 //预报,后推两小时
 public List <LWSTripsInfo> showForecastTrips(DateTime dt)
 {
     return(dfservice.GetForecastTrips(dt));
 }