7 lines
224 B
C#
7 lines
224 B
C#
namespace AMREZ.EOP.Contracts.DTOs.HumanResources.SetPrimaryEmergencyContact;
|
|
|
|
public sealed class SetPrimaryEmergencyContactRequest
|
|
{
|
|
public Guid UserProfileId { get; set; }
|
|
public Guid ContactId { get; set; }
|
|
} |