fix code for leave service

This commit is contained in:
Suphonchai Phoonsawat 2023-11-16 13:17:54 +07:00
parent cc14ec28b0
commit 5cd20a0b47
8 changed files with 16 additions and 28 deletions

View file

@ -35,6 +35,14 @@ namespace BMA.EHR.Application
services.AddTransient<CandidateReportRepository>();
services.AddTransient<MinIOExamService>();
//services.AddTransient<DutyTimeRepository>();
//services.AddTransient<UserTimeStampRepository>();
return services;
}
public static IServiceCollection AddLeaveApplication(this IServiceCollection services)
{
services.AddTransient<DutyTimeRepository>();
services.AddTransient<UserTimeStampRepository>();