เปลี่ยน Method เส้นอัพเดท mark

This commit is contained in:
Bright 2025-05-29 12:07:49 +07:00
parent de72adc3ae
commit d0e39e385b
2 changed files with 19 additions and 30 deletions

View 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; }
}
}