예제 #1
0
 public System.Threading.Tasks.Task <Location_WebService.ReadResponse> ReadAsync(string No)
 {
     Location_WebService.ReadRequest inValue = new Location_WebService.ReadRequest();
     inValue.No = No;
     return(((Location_WebService.Location_Service)(this)).ReadAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <Location_WebService.ReadResponse> Location_WebService.Location_Service.ReadAsync(Location_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }