API อัพเดทสถานะเป็นบรรจุ เฉพาะ Super_admin
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m57s
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m57s
This commit is contained in:
parent
09a7208074
commit
970319e8c2
2 changed files with 44 additions and 1 deletions
|
|
@ -0,0 +1,10 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Placement.Service.Requests
|
||||
{
|
||||
public class PersonUpdateStatusRequest
|
||||
{
|
||||
public Guid PersonalId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue