api ระบบวินัย กรรมการ/ช่องทางร้องเรียน

This commit is contained in:
Kittapath 2023-11-18 01:43:03 +07:00
parent 9ed48d93b4
commit 2cdf724d58
69 changed files with 21578 additions and 134 deletions

View file

@ -48,5 +48,12 @@ namespace BMA.EHR.Application
return services;
}
public static IServiceCollection AddDisciplineApplication(this IServiceCollection services)
{
// services.AddTransient<DutyTimeRepository>();
return services;
}
}
}