feat: add user management, refs NOISSUE
This commit is contained in:
4
song_of_the_day/Auth/IAuthenticationService.cs
Normal file
4
song_of_the_day/Auth/IAuthenticationService.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface IAuthenticationService
|
||||
{
|
||||
bool Authenticate(string userName, string password);
|
||||
}
|
||||
Reference in New Issue
Block a user