feat: Teilnehmerlisten in Lerngruppen importieren
This commit is contained in:
@@ -113,6 +113,8 @@ public static class AppBootstrapper
|
||||
services.AddSingleton<AttendanceBalanceService>();
|
||||
services.AddSingleton<PersonalDataExportService>();
|
||||
services.AddSingleton<IImportHandler<ImportedStudent>, StudentMasterDataCsvImportHandler>();
|
||||
services.AddSingleton<IImportHandler<ImportedStudent>, LessonStudentListCsvImportHandler>();
|
||||
services.AddSingleton<IImportHandler<ImportedStudent>, MarksPerLessonCsvImportHandler>();
|
||||
services.AddSingleton<StudentImportService>();
|
||||
|
||||
// ── Datenbank ─────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user