query ขร 1-4

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-04 16:02:20 +07:00
parent ee884f9434
commit 40861853dd
3 changed files with 184 additions and 23 deletions

View file

@ -25,6 +25,7 @@ namespace BMA.EHR.Application
services.AddTransient<NotificationRepository>();
services.AddTransient<RetirementRepository>();
services.AddTransient<RetireReportRepository>();
services.AddTransient<InsigniaReportRepository>();
services.AddTransient<CommandReportRepository>();
return services;