แก้ไขจัดสรรเครื่องราช
This commit is contained in:
parent
16e55269dc
commit
9a0e68b0f8
6 changed files with 171 additions and 4 deletions
|
|
@ -0,0 +1,10 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Insignia.Service.Requests
|
||||
{
|
||||
public class UpdateUserRequestInsigniaRequest
|
||||
{
|
||||
public Guid insigniaId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue