Changeset ff202cf for iknow-api/Repository/Implementations
- Timestamp:
- 10/28/25 10:51:32 (11 months ago)
- Branches:
- master
- Children:
- 4708118
- Parents:
- b38c39c (diff), c2e73b6 (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:32)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:51:32)
- Location:
- iknow-api/Repository/Implementations
- Files:
-
- 1 added
- 1 edited
-
RefreshTokenRepository.cs (added)
-
UserRepository.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Repository/Implementations/UserRepository.cs
rb38c39c rff202cf 35 35 36 36 37 public async Task<User?> GetOnlyUserByIdAsync(int id) 38 { 39 return await _context.User.FirstOrDefaultAsync(u => u.Id == id); 40 } 37 41 public async Task AddUserAsync(User user) 38 42 {
Note:
See TracChangeset
for help on using the changeset viewer.
