Init Git
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.HumanResources.UserProfile;
|
||||
|
||||
public sealed record UserProfileResponse(
|
||||
Guid Id,
|
||||
Guid UserId,
|
||||
string FirstName,
|
||||
string LastName
|
||||
);
|
||||
Reference in New Issue
Block a user