Ejemplo n.º 1
0
 /// <summary>
 /// Get null string value value
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static string GetNull(this IStringModel operations)
 {
     return(operations.GetNullAsync().GetAwaiter().GetResult());
 }