Details Lerngruppe, Archiv, Stub Import
This commit is contained in:
@@ -13,8 +13,8 @@ public interface IStudentRepository
|
||||
public interface IGroupRepository
|
||||
{
|
||||
LearningGroup? GetById(Guid id);
|
||||
List<LearningGroup> GetAll();
|
||||
List<LearningGroup> GetBySchoolYear(string schoolYear);
|
||||
List<LearningGroup> GetAll(bool includeInactive = false);
|
||||
List<LearningGroup> GetBySchoolYear(string schoolYear, bool includeInactive = false);
|
||||
void Save(LearningGroup group);
|
||||
void Delete(Guid id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user