- Timestamp:
- 03/22/26 17:58:40 (4 months ago)
- Branches:
- main
- Children:
- 73b69b2
- Parents:
- b62cefc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Infrastructure/Repositories/GenericRepository.cs
rb62cefc racf690c 21 21 => await _dbSet.FindAsync([id], cancellationToken); 22 22 23 public async Task<IEnumerable<T>> GetAllAsync(CancellationToken cancellationToken = default)23 public virtual async Task<IEnumerable<T>> GetAllAsync(CancellationToken cancellationToken = default) 24 24 => await _dbSet.ToListAsync(cancellationToken); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
