แก้ยกเลิกลาออก
This commit is contained in:
parent
4c80c26508
commit
4cb5ff7102
6 changed files with 621 additions and 288 deletions
|
|
@ -0,0 +1,11 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Requests
|
||||
{
|
||||
public class RetirementReasonCancelRequest
|
||||
{
|
||||
public string Reason { get; set; }
|
||||
public bool Reject { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue