Files
schengen-visa/SchengenVisaApi/ApplicationLayer/Services/AuthServices/Common/AuthToken.cs

5 lines
106 B
C#

namespace ApplicationLayer.Services.AuthServices.Common
{
public record AuthToken(string Token);
}