DotBased/DotBased.ASP.Auth/AuthenticationService.cs
2025-01-27 01:21:09 +01:00

13 lines
208 B
C#
Executable File

namespace DotBased.ASP.Auth.Services;
public class AuthenticationService
{
public AuthenticationService()
{
/*
* - Login
* - Logout
* - Register
*/
}
}