Added NLog, Added UserService, Added database and seed seed
This commit is contained in:
@ -6,5 +6,6 @@ namespace Birdmap.BLL.Interfaces
|
||||
public interface IAuthService
|
||||
{
|
||||
Task<User> AuthenticateUserAsync(string username, string password);
|
||||
Task<User> RegisterUserAsync(string username, string password);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user