Changeset 7fbb91c for ChapterX.Domain
- Timestamp:
- 03/24/26 23:03:39 (3 months ago)
- Branches:
- main
- Children:
- a7550ca
- Parents:
- 73b69b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Repositories/ICollaborationRepository.cs
r73b69b2 r7fbb91c 5 5 public interface ICollaborationRepository : IRepository<Collaboration> 6 6 { 7 Task<bool> DeleteByUserAndStoryAsync(int userId, int storyId, CancellationToken cancellationToken = default); 7 8 } 8 9 }
Note:
See TracChangeset
for help on using the changeset viewer.
