11 lines
245 B
C#
11 lines
245 B
C#
|
|
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; }
|
|
}
|
|
}
|