api ยกเลิกรอจัดที่นั่ง

This commit is contained in:
Kittapath 2023-10-20 15:09:00 +07:00
parent 57a52ef866
commit 17576eeb7a
3 changed files with 61 additions and 2 deletions

9
Request/RequestReject.cs Normal file
View file

@ -0,0 +1,9 @@
using System.Net;
namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class RequestReject
{
public string? Reason { get; set; }
}
}