Changeset 6901f8b for src/FinkiChattery/FinkiChattery.Persistence/Repositories/Contracts/IQuestionRepo.cs
- Timestamp:
- 11/04/21 17:01:30 (3 years ago)
- Branches:
- dev
- Children:
- caaf82d
- Parents:
- 1e0d869 (diff), b9d7ae5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Persistence/Repositories/Contracts/IQuestionRepo.cs
r1e0d869 r6901f8b 16 16 17 17 Task<List<QuestionPreviewDto>> GetPreviewQuestionsPopular(); 18 19 Task<bool> QuestionIsOwnedByStudent(Guid questionUid, long applicationUserId); 20 21 Task<Question> GetQuestionWithAnswersAndStudents(Guid questionUid); 18 22 } 19 23 }
Note:
See TracChangeset
for help on using the changeset viewer.