This commit is contained in:
moss 2025-05-28 15:19:02 +07:00
parent fd25873348
commit 2547590ce8
2 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@ namespace BMA.EHR.Application
services.AddTransient<CommandStatusRepository>();
services.AddTransient<InsigniaPeriodsRepository>();
services.AddTransient<RetirementRepository>();
services.AddTransient<RetirementEmployeeRepository>();
services.AddTransient<UserProfileRepository>();
services.AddTransient<OrganizationCommonRepository>();
services.AddTransient<InboxRepository>();