Add LeaveProcessJobStatusRepository and register it in ApplicationServicesRegistration

This commit is contained in:
Suphonchai Phoonsawat 2026-03-30 09:31:19 +07:00
parent c91e6c8030
commit de1773880b
2 changed files with 121 additions and 0 deletions

View file

@ -61,6 +61,8 @@ namespace BMA.EHR.Application
services.AddTransient<MinIOLeaveService>();
services.AddTransient<LeaveProcessJobStatusRepository>();
return services;
}