Init Git
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.HumanResources.EmployeeAddress;
|
||||
|
||||
public sealed record EmployeeAddressResponse(
|
||||
Guid Id,
|
||||
Guid UserProfileId,
|
||||
bool IsPrimary
|
||||
);
|
||||
Reference in New Issue
Block a user