เช็ค ocId user

This commit is contained in:
Kittapath 2023-05-13 03:51:18 +07:00
parent a85bf3526a
commit b89e500c21
7 changed files with 2217 additions and 2020 deletions

View file

@ -0,0 +1,11 @@

using BMA.EHR.Recruit.Service.Models;
namespace BMA.EHR.Profile.Service.Models.HR
{
public class ProfileOrganization : EntityBase
{
public Guid? OrganizationId { get; set; }
public Guid? UserId { get; set; }
}
}