예제 #1
0
 public async Task <String[]> GetBestsellerByAmount()
 {
     return(await Task.Factory.StartNew(() =>
     {
         return client.GetBestsellersByAmount();
     }).ConfigureAwait(false));
 }