예제 #1
0
 //欧洲中心
 public List <ForecastInfo> showEcmwf(DateTime dt)
 {
     return(dfservice.GetEcmwfData(dt));
 }