Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> NDFDgenLatLonListAsync(string listLatLon, WebApplication2.LatLonListZipCodeService.productType product, System.DateTime startTime, System.DateTime endTime, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgenLatLonListAsync(listLatLon, product, startTime, endTime, Unit, weatherParameters));
 }
Exemplo n.º 2
0
 public string NDFDgen(decimal latitude, decimal longitude, WebApplication2.LatLonListZipCodeService.productType product, System.DateTime startTime, System.DateTime endTime, WebApplication2.LatLonListZipCodeService.unitType Unit, WebApplication2.LatLonListZipCodeService.weatherParametersType weatherParameters)
 {
     return(base.Channel.NDFDgen(latitude, longitude, product, startTime, endTime, Unit, weatherParameters));
 }