Add LeaveProcessJobStatusRepository and register it in ApplicationServicesRegistration
This commit is contained in:
parent
c91e6c8030
commit
de1773880b
2 changed files with 121 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ namespace BMA.EHR.Application
|
|||
|
||||
services.AddTransient<MinIOLeaveService>();
|
||||
|
||||
services.AddTransient<LeaveProcessJobStatusRepository>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue