fix code for leave service
This commit is contained in:
parent
cc14ec28b0
commit
5cd20a0b47
8 changed files with 16 additions and 28 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue