Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ERB_CountryService.GetExtraDaysBeforeResponse> GetExtraDaysBeforeAsync(long countryid)
 {
     ERB_CountryService.GetExtraDaysBefore inValue = new ERB_CountryService.GetExtraDaysBefore();
     inValue.countryid = countryid;
     return(((ERB_CountryService.CountryService)(this)).GetExtraDaysBeforeAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <ERB_CountryService.GetExtraDaysBeforeResponse> ERB_CountryService.CountryService.GetExtraDaysBeforeAsync(ERB_CountryService.GetExtraDaysBefore request)
 {
     return(base.Channel.GetExtraDaysBeforeAsync(request));
 }