Exemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IList <string> Get(this IValues operations)
 {
     return(operations.GetAsync().GetAwaiter().GetResult());
 }
Exemplo n.º 2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static string Get(this IValues operations, int id)
 {
     return(operations.GetAsync(id).GetAwaiter().GetResult());
 }