Kapitel 7 abgeschlossen.
This commit is contained in:
@@ -7,6 +7,7 @@ public interface IStudentRepository
|
||||
Student? GetById(Guid id);
|
||||
List<Student> GetAll(bool includeInactive = false);
|
||||
List<Student> GetByGroup(Guid groupId);
|
||||
StudentReferenceSummary GetReferenceSummary(Guid studentId);
|
||||
void Save(Student student);
|
||||
void Delete(Guid id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user