first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MyNewProjectName.Application.Interfaces.Common;
|
||||
|
||||
public interface IPasswordHasher
|
||||
{
|
||||
string Hash(string password);
|
||||
bool Verify(string password, string hashedPassword);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user