เปลี่ยน Method เส้นอัพเดท mark
This commit is contained in:
parent
de72adc3ae
commit
d0e39e385b
2 changed files with 19 additions and 30 deletions
12
BMA.EHR.Insignia/Requests/UpdateInsigniaRequestProfile.cs
Normal file
12
BMA.EHR.Insignia/Requests/UpdateInsigniaRequestProfile.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Insignia.Service.Requests
|
||||
{
|
||||
public class UpdateInsigniaRequestProfile
|
||||
{
|
||||
public Guid insigniaPeriodId { get; set; }
|
||||
public Guid agencyId { get; set; }
|
||||
public string type { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue