Exemplo n.º 1
0
 /// <summary>
 /// Returns a random string made up of letters from the alphabet (uppercase and lowercase), numbers and some special characters.
 /// </summary>
 public string GenerateString() =>
 _context.GenerateString();
Exemplo n.º 2
0
 /// <summary>
 /// Returns a random string made up of letters from the alphabet (uppercase and lowercase), numbers and some special characters.
 /// </summary>
 public static string GenerateString() =>
 Context.GenerateString();