main
|
Last change
on this file since 7fbb91c was 7fbb91c, checked in by kikisrbinoska <srbinoskakristina07@…>, 3 months ago |
|
Added functional collaboration between users
|
-
Property mode
set to
100644
|
|
File size:
281 bytes
|
| Rev | Line | |
|---|
| [877c13c] | 1 | using ChapterX.Domain.Entities;
|
|---|
| 2 |
|
|---|
| 3 | namespace ChapterX.Domain.Repositories
|
|---|
| 4 | {
|
|---|
| 5 | public interface ICollaborationRepository : IRepository<Collaboration>
|
|---|
| 6 | {
|
|---|
| [7fbb91c] | 7 | Task<bool> DeleteByUserAndStoryAsync(int userId, int storyId, CancellationToken cancellationToken = default);
|
|---|
| [877c13c] | 8 | }
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.