DotBased/DotBased.ASP.Authentication/Repositories/IAuthenticationRepository.cs

6 lines
104 B
C#
Raw Normal View History

2024-12-01 03:13:55 +01:00
namespace DotBased.ASP.Authentication.Repositories;
public interface IAuthenticationRepository
{
}