Files
amrez-nova-eop-services-api/AMREZ.EOP.Contracts/DTOs/HumanResources/EmployeeBankAccount/EmployeeBankAccountResponse.cs
Thanakarn Klangkasame 92e614674c Init Git
2025-09-30 11:01:02 +07:00

7 lines
180 B
C#

namespace AMREZ.EOP.Contracts.DTOs.HumanResources.EmployeeBankAccount;
public sealed record EmployeeBankAccountResponse(
Guid Id,
Guid UserProfileId,
bool IsPrimary
);