Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='phrase'>
 /// </param>
 public static IList <Grocery> Search(this IGroceryOperations operations, string phrase)
 {
     return(operations.SearchAsync(phrase).GetAwaiter().GetResult());
 }