ต้นแบบการทำรายงาน

This commit is contained in:
Suphonchai Phoonsawat 2023-08-17 10:46:30 +07:00
parent 3332af583b
commit 3c11d1b5a1
6 changed files with 83 additions and 5 deletions

View file

@ -22,6 +22,7 @@ namespace BMA.EHR.Application
services.AddTransient<OrganizationCommonRepository>();
services.AddTransient<InboxRepository>();
services.AddTransient<NotificationRepository>();
services.AddTransient<RetirementRepository>();
return services;
}