Ignore:
Timestamp:
03/22/26 17:58:40 (4 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
73b69b2
Parents:
b62cefc
Message:

Added fixes for the login,stories management and reading lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Infrastructure/Repositories/GenericRepository.cs

    rb62cefc racf690c  
    2121            => await _dbSet.FindAsync([id], cancellationToken);
    2222
    23         public async Task<IEnumerable<T>> GetAllAsync(CancellationToken cancellationToken = default)
     23        public virtual async Task<IEnumerable<T>> GetAllAsync(CancellationToken cancellationToken = default)
    2424            => await _dbSet.ToListAsync(cancellationToken);
    2525
Note: See TracChangeset for help on using the changeset viewer.