แจ้งเตือนร้องทุกข์

This commit is contained in:
Kittapath 2023-12-21 08:41:40 +07:00
parent a0b7be76ae
commit b8c5f88142
11 changed files with 3533 additions and 458 deletions

View file

@ -63,6 +63,7 @@ namespace BMA.EHR.Application
public static IServiceCollection AddDisciplineApplication(this IServiceCollection services)
{
services.AddTransient<MinIODisciplineService>();
services.AddTransient<NotificationRepository>();
return services;
}