api เลือกตำแหน่ง

This commit is contained in:
Kittapath 2023-07-05 10:56:13 +07:00
parent 2f49a5b87e
commit 0c56512f54
4 changed files with 106 additions and 30 deletions

View file

@ -1,12 +0,0 @@
using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Placement.Service.Requests
{
public class PersonDefermentRequest
{
public Guid PersonalId { get; set; }
public string Note { get; set; }
public bool UploadFile { get; set; }
}
}