TEST Retirement Hangfire
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Suphonchai Phoonsawat 2025-01-29 20:25:19 +07:00
parent 049a289467
commit 339de6132e
3 changed files with 9 additions and 1 deletions

View file

@ -27,7 +27,7 @@ namespace BMA.EHR.Application
services.AddTransient<OrganizationCommonRepository>();
services.AddTransient<InboxRepository>();
services.AddTransient<NotificationRepository>();
services.AddTransient<RetirementRepository>();
//services.AddTransient<RetirementRepository>();
services.AddTransient<RetireReportRepository>();
services.AddTransient<InsigniaReportRepository>();
services.AddTransient<CommandReportRepository>();