Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Ardalis.Result;
|
||||
using WatchIt.DTO.Models.Controllers.Accounts.Account;
|
||||
using WatchIt.DTO.Models.Controllers.Authentication;
|
||||
|
||||
namespace WatchIt.WebAPI.BusinessLogic.Authentication;
|
||||
|
||||
public interface IAuthenticationBusinessLogic
|
||||
{
|
||||
Task<Result<AuthenticationResponse>> Authenticate(AuthenticationRequest body);
|
||||
Task<Result<AuthenticationResponse>> AuthenticateRefresh(AuthenticationRefreshRequest body);
|
||||
}
|
||||
Reference in New Issue
Block a user