-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2f1178
commit d1244c3
Showing
19 changed files
with
393 additions
and
1,282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
using Hotels.Models.Dtos.User; | ||
using Hotels.Models.Models; | ||
using Hotels.Models.Models.Auth; | ||
using Microsoft.AspNetCore.Identity; | ||
|
||
namespace Hotels.DataAccess.Contracts; | ||
|
||
public interface IAuthManager | ||
{ | ||
Task<IEnumerable<IdentityError>> Register(UserDto user); | ||
Task<bool> Login(LoginDto login); | ||
Task<AuthResponse> Login(LoginDto login); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
317 changes: 0 additions & 317 deletions
317
Hotels.DataAccess/Migrations/20220621212948_InitialDb.Designer.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.