mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
9 lines
184 B
C#
9 lines
184 B
C#
namespace NetworkResurrector.Server.Domain.Models
|
|
{
|
|
public class TokenValidation
|
|
{
|
|
public bool Success { get; set; }
|
|
public int UserId { get; set; }
|
|
}
|
|
}
|