Changeset b373fea for ChapterX.Domain
- Timestamp:
- 06/23/26 15:20:39 (13 days ago)
- Branches:
- main
- Children:
- 0b502c2
- Parents:
- d300631
- Location:
- ChapterX.Domain
- Files:
-
- 1 deleted
- 1 edited
-
Repositories/IChapterRepository.cs (modified) (1 diff)
-
Shared/PasswordHasher.cs (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Repositories/IChapterRepository.cs
rd300631 rb373fea 6 6 { 7 7 Task<IEnumerable<Chapter>> GetByStoryIdAsync(int storyId, CancellationToken cancellationToken = default); 8 Task<Chapter?> GetByIdWithStoryAsync(int id, CancellationToken cancellationToken = default); 8 9 } 9 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
