Files
2026-07-16 18:33:05 +02:00

4 lines
107 B
C#

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