api cms แก้หน้าสมัครสอบ

This commit is contained in:
Kittapath 2023-04-07 16:26:11 +07:00
parent c986fc1500
commit 9486ad160d
21 changed files with 9389 additions and 0 deletions

View file

@ -88,6 +88,7 @@ builder.Services.AddTransient<SubDistrictService>();
builder.Services.AddTransient<CandidateService>();
builder.Services.AddTransient<PeriodExamService>();
builder.Services.AddTransient<MinIOService>();
builder.Services.AddTransient<CMSCandidateService>();
// Add services to the container.
builder.Services.AddControllers(options =>