Changeset c2f79d7 for iknow-api/Repository/Implementations
- Timestamp:
- 12/08/25 21:51:12 (10 months ago)
- Branches:
- master
- Children:
- bb656bc
- Parents:
- a92a2a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Repository/Implementations/UserRepository.cs
ra92a2a4 rc2f79d7 1 1 using iknow_api.Models; 2 2 using iknow_api.Data; 3 using iknow_api.Models;4 3 using Microsoft.EntityFrameworkCore; 5 4 … … 64 63 return await _context.User.CountAsync(); 65 64 } 65 66 66 } 67 67 }
Note:
See TracChangeset
for help on using the changeset viewer.
