Init Git
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.HumanResources.Employment;
|
||||
|
||||
public sealed record EmploymentResponse(
|
||||
Guid Id,
|
||||
Guid UserProfileId,
|
||||
DateTime StartDate,
|
||||
DateTime? EndDate
|
||||
);
|
||||
Reference in New Issue
Block a user