Changeset 4e061d8 for iknow-api/Services/Interfaces/IAuthService.cs
- Timestamp:
- 10/27/25 15:22:39 (11 months ago)
- Branches:
- master
- Children:
- 1e58098
- Parents:
- 5eb7847
- File:
-
- 1 edited
-
iknow-api/Services/Interfaces/IAuthService.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Services/Interfaces/IAuthService.cs
r5eb7847 r4e061d8 6 6 { 7 7 Task<bool> RegisterAsync(RegisterDto registerDto); 8 Task< string?> LoginAsync(LoginDto loginDto);8 Task<AuthResultDto?> LoginAsync(LoginDto loginDto); 9 9 Task<int> GetUsersCountAsync(); 10 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
