5 lines
118 B
C#
5 lines
118 B
C#
namespace DigitalData.UserManager.Application.DTOs.Auth
|
|
{
|
|
public record AuthCheckDto (bool IsAuthenticated);
|
|
}
|