Changeset 79ae621 for src/FinkiChattery/FinkiChattery.Persistence/Repositories/Contracts/IStudentRepo.cs
- Timestamp:
- 10/27/21 19:40:58 (3 years ago)
- Branches:
- dev
- Children:
- d2b1fa6
- Parents:
- 81e1ed6 (diff), 7899209 (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/IStudentRepo.cs
r81e1ed6 r79ae621 4 4 namespace FinkiChattery.Persistence.Repositories 5 5 { 6 public interface IStudentRepo 6 public interface IStudentRepo : IRepository<Student> 7 7 { 8 8 public Task<Student> GetStudent(long applicationUserFk);
Note:
See TracChangeset
for help on using the changeset viewer.