Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> CornerPointsAsync(WebApplication2.LatLonListZipCodeService.sectorType sector)
 {
     return(base.Channel.CornerPointsAsync(sector));
 }
Ejemplo n.º 2
0
 public string CornerPoints(WebApplication2.LatLonListZipCodeService.sectorType sector)
 {
     return(base.Channel.CornerPoints(sector));
 }