Files
Thanakarn Klangkasame 92e614674c Init Git
2025-09-30 11:01:02 +07:00

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; }
}