api เกษียณ

This commit is contained in:
Kittapath 2023-07-22 22:14:50 +07:00
parent 25274562c8
commit 6d655f3f3b
29 changed files with 27484 additions and 46 deletions

View file

@ -17,6 +17,7 @@ namespace BMA.EHR.Application
services.AddTransient<CommandTypeRepository>();
services.AddTransient<CommandStatusRepository>();
services.AddTransient<InsigniaPeriodsRepository>();
services.AddTransient<RetirementRepository>();
return services;
}