feat: add student master data import
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using LehrerApp.Core.Interfaces;
|
||||
using LehrerApp.Core.Importing;
|
||||
using LehrerApp.Core.Services;
|
||||
using LehrerApp.Data;
|
||||
using LehrerApp.Data.Repositories;
|
||||
@@ -111,6 +112,8 @@ public static class AppBootstrapper
|
||||
services.AddSingleton(_ => new PrivacySettingsService(appData));
|
||||
services.AddSingleton<AttendanceBalanceService>();
|
||||
services.AddSingleton<PersonalDataExportService>();
|
||||
services.AddSingleton<IImportHandler<ImportedStudent>, StudentMasterDataCsvImportHandler>();
|
||||
services.AddSingleton<StudentImportService>();
|
||||
|
||||
// ── Datenbank ─────────────────────────────────────────────────────────
|
||||
services.AddSingleton(_ => new LiteDbContext(DbPath, DbPassword));
|
||||
|
||||
Reference in New Issue
Block a user