Init Git
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.HumanResources.SetPrimaryEmergencyContact;
|
||||
|
||||
public sealed class SetPrimaryEmergencyContactRequest
|
||||
{
|
||||
public Guid UserProfileId { get; set; }
|
||||
public Guid ContactId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user