Changeset c7d4a59 for iknow-api/Services/Interfaces
- Timestamp:
- 10/22/25 23:34:14 (11 months ago)
- Branches:
- master
- Children:
- 9538edc
- Parents:
- 277bd72
- Location:
- iknow-api/Services/Interfaces
- Files:
-
- 1 deleted
- 1 edited
-
IAuthService.cs (modified) (1 diff)
-
IUserService.cs (deleted)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Services/Interfaces/IAuthService.cs
r277bd72 rc7d4a59 5 5 public interface IAuthService 6 6 { 7 Task<bool> RegisterAsync( UserDto userDto);8 Task<string?> LoginAsync( UserDto userDto);7 Task<bool> RegisterAsync(RegisterDto registerDto); 8 Task<string?> LoginAsync(LoginDto loginDto); 9 9 Task<int> GetUsersCountAsync(); 10 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
