แก้บั้ก และเพิ่ม api inbox noti

This commit is contained in:
Suphonchai Phoonsawat 2023-08-09 20:28:56 +07:00
parent 060765d373
commit aacbcfee32
6 changed files with 220 additions and 5 deletions

View file

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