Changing access levels
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
using System.Text;
|
||||
|
||||
namespace Common;
|
||||
|
||||
static class PasswordGenerator
|
||||
public static class PasswordGenerator
|
||||
{
|
||||
private static string RandomStr(int length, bool no_symbols = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user