refactor(CodeGenerator): umbenannt in Authenticator

This commit is contained in:
Developer 02
2025-02-03 09:58:57 +01:00
parent bbd03615e1
commit 808a02968b
7 changed files with 22 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
namespace EnvelopeGenerator.Application.Contracts
{
public interface ICodeGenerator
public interface IAuthenticator
{
string GenerateCode(int length);