7 lines
174 B
C#
7 lines
174 B
C#
namespace AMREZ.EOP.Contracts.DTOs.HumanResources.EmergencyContact;
|
|
|
|
public sealed record EmergencyContactResponse(
|
|
Guid Id,
|
|
Guid UserProfileId,
|
|
bool IsPrimary
|
|
); |