示例#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();
示例#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();