Init Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace GestorFacturas.API.Services.Interfaces;
|
||||
|
||||
public interface IEncryptionService
|
||||
{
|
||||
string Encrypt(string plainText);
|
||||
string Decrypt(string cipherText);
|
||||
}
|
||||
Reference in New Issue
Block a user