mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 18:14:20 +01:00
13 lines
208 B
C#
13 lines
208 B
C#
|
namespace DotBased.ASP.Auth.Services;
|
||
|
|
||
|
public class AuthenticationService
|
||
|
{
|
||
|
public AuthenticationService()
|
||
|
{
|
||
|
/*
|
||
|
* - Login
|
||
|
* - Logout
|
||
|
* - Register
|
||
|
*/
|
||
|
}
|
||
|
}
|