เพิ่มวัหมดอายุเลขบัตร

This commit is contained in:
Kittapath 2023-03-24 11:50:46 +07:00
parent a781c375d7
commit 7018791857
9 changed files with 638 additions and 285 deletions

10
Request/RequestApprove.cs Normal file
View file

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