สร้าง api อัพเอกสาร

This commit is contained in:
Kittapath 2023-03-31 15:01:40 +07:00
parent 3ff5a4fa46
commit 15e4d21a6f
13 changed files with 3037 additions and 5 deletions

View file

@ -12,7 +12,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
[ApiController]
[Produces("application/json")]
[Authorize]
[SwaggerTag("จัดการข้อมูลคำนำหน้า เพื่อนำไปใช้งานในระบบ")]
[SwaggerTag("จัดการข้อมูลรอบการสอบ เพื่อนำไปใช้งานในระบบ")]
public class PeriodExamController : BaseController
{
#region " Fields "