source:
iknow-api/Services/Interfaces/IAuthService.cs@
3347c1b
| Last change on this file since 3347c1b was 3347c1b, checked in by , 11 months ago | |
|---|---|
|
|
| File size: 263 bytes | |
| Rev | Line | |
|---|---|---|
| [277bd72] | 1 | using iknow_api.DTOs; |
| [5b42c8d] | 2 | |
| [277bd72] | 3 | namespace iknow_api.Services |
| [5b42c8d] | 4 | { |
| 5 | public interface IAuthService | |
| 6 | { | |
| [c7d4a59] | 7 | Task<bool> RegisterAsync(RegisterDto registerDto); |
| [3347c1b] | 8 | Task<AuthResultDto?> LoginAsync(LoginDto loginDto); |
| [5b42c8d] | 9 | Task<int> GetUsersCountAsync(); |
| 10 | } | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
