Mass rename project for rebranding
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Wallet;
|
||||
|
||||
public interface IPasswordRule
|
||||
{
|
||||
int CalculateScore(string password);
|
||||
}
|
||||
Reference in New Issue
Block a user