add repo
This commit is contained in:
parent
fd25873348
commit
2547590ce8
2 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ namespace BMA.EHR.Application
|
|||
services.AddTransient<CommandStatusRepository>();
|
||||
services.AddTransient<InsigniaPeriodsRepository>();
|
||||
services.AddTransient<RetirementRepository>();
|
||||
services.AddTransient<RetirementEmployeeRepository>();
|
||||
services.AddTransient<UserProfileRepository>();
|
||||
services.AddTransient<OrganizationCommonRepository>();
|
||||
services.AddTransient<InboxRepository>();
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
[Produces("application/json")]
|
||||
[Authorize]
|
||||
[SwaggerTag("ระบบลาออกลูกจ้าง")]
|
||||
public class RetirementResignEmployeeEmployeeController : BaseController
|
||||
public class RetirementResignEmployeeController : BaseController
|
||||
{
|
||||
private readonly RetirementEmployeeRepository _repository;
|
||||
private readonly NotificationRepository _repositoryNoti;
|
||||
|
|
@ -33,7 +33,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
private readonly IConfiguration _configuration;
|
||||
private readonly PermissionRepository _permission;
|
||||
|
||||
public RetirementResignEmployeeEmployeeController(RetirementEmployeeRepository repository,
|
||||
public RetirementResignEmployeeController(RetirementEmployeeRepository repository,
|
||||
NotificationRepository repositoryNoti,
|
||||
ApplicationDBContext context,
|
||||
MinIOService documentService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue