Files
eshop/Eshop/Eshop.Application/Auth/DataTransferObjects/UserProfileDto.cs
T
2026-07-16 18:33:05 +02:00

4 lines
103 B
C#

namespace Eshop.Application.Auth;
public sealed record UserProfileDto(string UserName, string Email);