generated from egmont11/ASP.Net-Core-MVC-Template
4 lines
107 B
C#
4 lines
107 B
C#
namespace Eshop.Application.Auth;
|
|
|
|
public sealed record UserDto(string Id, string UserName, string Email);
|