สร้างทะเบียนประวัติ ใหม่
This commit is contained in:
parent
db712d586a
commit
9491a3db29
2 changed files with 411 additions and 271 deletions
|
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue