Changeset 33c69d6 for iknow-api/Services/Interfaces/IUserService.cs
- Timestamp:
- 12/10/25 13:45:42 (10 months ago)
- Branches:
- master
- Children:
- 70a9f6d
- Parents:
- 2d64b2e (diff), 691f152 (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:
- Stefan Saveski <76560180+stefansaveski@…> (12/10/25 13:45:42)
- git-committer:
- GitHub <noreply@…> (12/10/25 13:45:42)
- File:
-
- 1 edited
-
iknow-api/Services/Interfaces/IUserService.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Services/Interfaces/IUserService.cs
r2d64b2e r33c69d6 6 6 { 7 7 Task<User> GetUserData(string userId); 8 Task<List<EnrolledSemesters>> GetUserSemesters(string userId); 8 9 } 9 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
