Changeset acf690c for ChapterX.Domain/Repositories
- Timestamp:
- 03/22/26 17:58:40 (4 months ago)
- Branches:
- main
- Children:
- 73b69b2
- Parents:
- b62cefc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Repositories/IReadingListItemsRepository.cs
rb62cefc racf690c 5 5 public interface IReadingListItemsRepository : IRepository<ReadingListItems> 6 6 { 7 Task<bool> ExistsAsync(int listId, int storyId, CancellationToken cancellationToken = default); 7 8 } 8 9 }
Note:
See TracChangeset
for help on using the changeset viewer.
