Exemplo n.º 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));
 }
Exemplo n.º 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));
 }