Merge branch 'develop' of github.com:Frappet/BMA-EHR-BackEnd into develop

This commit is contained in:
Kittapath 2024-05-09 12:53:30 +07:00
commit 7876063288
2 changed files with 411 additions and 271 deletions

View file

@ -7,6 +7,11 @@ using BMA.EHR.Domain.Models.Documents;
namespace BMA.EHR.Domain.Models.Placement
{
public class PlacementProfileId
{
[Comment("Id Profile")]
public string result { get; set; }
}
public class PlacementProfile : EntityBase
{