Exemplo n.º 1
0
 public async Task <String[]> GetBestsellerByQuantity()
 {
     return(await Task.Factory.StartNew(() =>
     {
         return client.GetBestsellersByQuantity();
     }).ConfigureAwait(false));
 }