- Timestamp:
- 03/24/26 22:13:36 (3 months ago)
- Branches:
- main
- Children:
- 7fbb91c
- Parents:
- acf690c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Repositories/IReadingListItemsRepository.cs
racf690c r73b69b2 6 6 { 7 7 Task<bool> ExistsAsync(int listId, int storyId, CancellationToken cancellationToken = default); 8 Task<bool> DeleteByListAndStoryAsync(int listId, int storyId, CancellationToken cancellationToken = default); 8 9 } 9 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
