api v2.0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Application.Services.HashingAlgorithms;
|
||||
|
||||
public interface IHashingAlgorithms
|
||||
{
|
||||
string? SHA256Algorithm(string? password);
|
||||
}
|
||||
Reference in New Issue
Block a user