แก้ model profile
This commit is contained in:
parent
6a0d548f22
commit
da20b8c64e
7 changed files with 112 additions and 6 deletions
|
|
@ -11,5 +11,7 @@ namespace BMA.EHR.Domain.Models.Organizations
|
|||
public OrganizationPositionEntity? OrganizationPosition { get; set; }
|
||||
|
||||
public Profile? Profile { get; set; }
|
||||
public bool IsActive { get; set; } = true;
|
||||
public bool IsPublished { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue