Example #1
0
 public System.Threading.Tasks.Task <Rate.ConsoleApp.RateServiceReference.Currency[]> GetCurrenciesAsync(Rate.ConsoleApp.RateServiceReference.Paging paging, Rate.ConsoleApp.RateServiceReference.CurrencyFilter filter)
 {
     return(base.Channel.GetCurrenciesAsync(paging, filter));
 }
Example #2
0
 public Rate.ConsoleApp.RateServiceReference.Currency[] GetCurrencies(Rate.ConsoleApp.RateServiceReference.Paging paging, Rate.ConsoleApp.RateServiceReference.CurrencyFilter filter)
 {
     return(base.Channel.GetCurrencies(paging, filter));
 }