Exemplo n.º 1
0
 public System.Threading.Tasks.Task <CourseLocationList_WebService.ReadResponse> ReadAsync(string No)
 {
     CourseLocationList_WebService.ReadRequest inValue = new CourseLocationList_WebService.ReadRequest();
     inValue.No = No;
     return(((CourseLocationList_WebService.CourseLocationList_Service)(this)).ReadAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <CourseLocationList_WebService.ReadResponse> CourseLocationList_WebService.CourseLocationList_Service.ReadAsync(CourseLocationList_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }