Changeset 4708118 for iknow-api/Repository/Interface/IUserRepository.cs
- Timestamp:
- 10/28/25 10:51:44 (11 months ago)
- Branches:
- master
- Children:
- f8af32b
- Parents:
- c2e73b6 (diff), ff202cf (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:51:44)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:51:44)
- File:
-
- 1 edited
-
iknow-api/Repository/Interface/IUserRepository.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Repository/Interface/IUserRepository.cs
rc2e73b6 r4708118 7 7 Task<User?> GetUserByUsernameAsync(string username); 8 8 Task AddUserAsync(User user); 9 Task AddContactAsync(ContactInfo contactInfo); 10 Task AddEnrollmentAsync(EnrollmentInfo enrollment); 11 Task AddHighSchoolAsync(HighSchool highSchool); 9 12 Task<int> GetUsersCountAsync(); 13 Task<User> GetUserByIdAsync(int id); 10 14 Task<User?> GetOnlyUserByIdAsync(int id); 11 15
Note:
See TracChangeset
for help on using the changeset viewer.
