Ignore:
Timestamp:
06/24/26 16:28:50 (11 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
a8f4a2d
Parents:
0b502c2
Message:

Fixed writer section and admin management

File:
1 edited

Legend:

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

    r0b502c2 r99c1e45  
    1818        }
    1919
    20         public async Task<T?> GetByIdAsync(int id, CancellationToken cancellationToken = default)
     20        public virtual async Task<T?> GetByIdAsync(int id, CancellationToken cancellationToken = default)
    2121            => await _dbSet.FindAsync([id], cancellationToken);
    2222
Note: See TracChangeset for help on using the changeset viewer.