Changeset 28759eb for iknow-api/Repository/Interface/IUserRepository.cs
- Timestamp:
- 10/28/25 10:49:02 (11 months ago)
- Branches:
- master
- Children:
- 1d32d5c, e423ff3
- Parents:
- 5eb7847 (diff), 1e58098 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:49:02)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:49:02)
- File:
-
- 1 edited
-
iknow-api/Repository/Interface/IUserRepository.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Repository/Interface/IUserRepository.cs
r5eb7847 r28759eb 8 8 Task AddUserAsync(User user); 9 9 Task<int> GetUsersCountAsync(); 10 Task<User?> GetOnlyUserByIdAsync(int id); 11 10 12 } 11 13 }
Note:
See TracChangeset
for help on using the changeset viewer.
