Ignore:
Timestamp:
10/28/25 10:51:44 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
f844b7e
Parents:
28759eb (diff), e423ff3 (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)
Message:

Merge pull request #6 from stefansaveski/feature/getUser

Feature/get user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/Repository/Interface/IUserRepository.cs

    r28759eb r1d32d5c  
    77        Task<User?> GetUserByUsernameAsync(string username);
    88        Task AddUserAsync(User user);
     9        Task AddContactAsync(ContactInfo contactInfo);
     10        Task AddEnrollmentAsync(EnrollmentInfo enrollment);
     11        Task AddHighSchoolAsync(HighSchool highSchool);
    912        Task<int> GetUsersCountAsync();
     13        Task<User> GetUserByIdAsync(int id);
    1014        Task<User?> GetOnlyUserByIdAsync(int id);
    1115
Note: See TracChangeset for help on using the changeset viewer.