fix xml comment

This commit is contained in:
Suphonchai Phoonsawat 2025-05-07 11:57:15 +07:00
parent 01590c4894
commit 8f8bcd9cc8

View file

@ -462,6 +462,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
/// <summary>
/// เรียกคืนเครื่องราชฯ
/// </summary>
/// <param name="req">Request Body</param>
/// <returns></returns>
/// <response code="200"></response>
/// <response code="400">ค่าตัวแปรที่ส่งมาไม่ถูกต้อง</response>
@ -511,6 +512,8 @@ namespace BMA.EHR.Insignia.Service.Controllers
/// แก้ไขรายการเรียกคืนเครื่องราชฯ
/// </summary>
/// <returns></returns>
/// <param name="req">Request Body</param>
/// <param name="insigniaReclaimProfileId">Id เรียกคืนเครื่องราชฯ</param>
/// <response code="200"></response>
/// <response code="400">ค่าตัวแปรที่ส่งมาไม่ถูกต้อง</response>
/// <response code="401">ไม่ได้ Login เข้าระบบ</response>
@ -544,6 +547,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
/// ลบเรียกคืนเครื่องราชฯ
/// </summary>
/// <returns></returns>
/// <param name="insigniaReclaimProfileId">Id เรียกคืนเครื่องราชฯ</param>
/// <response code="200"></response>
/// <response code="400">ค่าตัวแปรที่ส่งมาไม่ถูกต้อง</response>
/// <response code="401">ไม่ได้ Login เข้าระบบ</response>
@ -568,9 +572,9 @@ namespace BMA.EHR.Insignia.Service.Controllers
}
/// <summary>
/// list รายการยืม/คืนเครื่องราชฯ
/// list รายการเรียกคืนเครื่องราชฯ
/// </summary>
/// <param name="year">ปียืมขอ</param>
/// <param name="year">ปีที่เรียกคืน</param>
/// <param name="insigniaTypeId">Id ประเภทเครื่องราชฯ</param>
/// <returns></returns>
/// <response code="200"></response>