เพิ่ม link สำนักตาม keycloak

This commit is contained in:
Kittapath 2023-05-12 22:03:53 +07:00
parent 0b5c7038a6
commit 86a6ab9514
10 changed files with 712 additions and 289 deletions

View file

@ -0,0 +1,10 @@
using BMA.EHR.Recurit.Exam.Service.Models;
namespace BMA.EHR.Profile.Service.Models.HR
{
public class ProfileOrganization : EntityBase
{
public Guid? OrganizationId { get; set; }
public Guid? UserId { get; set; }
}
}