Example #1
0
 public System.Threading.Tasks.Task <string> CornerPointsAsync(WebApplication1.WeatherGovService.sectorType sector)
 {
     return(base.Channel.CornerPointsAsync(sector));
 }
Example #2
0
 public string CornerPoints(WebApplication1.WeatherGovService.sectorType sector)
 {
     return(base.Channel.CornerPoints(sector));
 }