예제 #1
0
 public System.Threading.Tasks.Task <ERB_CountryService.findAllResponse> findAllAsync()
 {
     ERB_CountryService.findAll inValue = new ERB_CountryService.findAll();
     return(((ERB_CountryService.CountryService)(this)).findAllAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <ERB_CountryService.findAllResponse> ERB_CountryService.CountryService.findAllAsync(ERB_CountryService.findAll request)
 {
     return(base.Channel.findAllAsync(request));
 }