示例#1
0
 public System.Threading.Tasks.Task <string> NDFDgenByDayLatLonListAsync(string listLatLon, System.DateTime startDate, string numDays, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.formatType format)
 {
     return(base.Channel.NDFDgenByDayLatLonListAsync(listLatLon, startDate, numDays, Unit, format));
 }
示例#2
0
 public string NDFDgenByDay(decimal latitude, decimal longitude, System.DateTime startDate, string numDays, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.formatType format)
 {
     return(base.Channel.NDFDgenByDay(latitude, longitude, startDate, numDays, Unit, format));
 }