initial commit from an older template
This commit is contained in:
7
Models/UserSession.cs
Executable file
7
Models/UserSession.cs
Executable file
@@ -0,0 +1,7 @@
|
||||
namespace GamificationService.Models;
|
||||
|
||||
public class UserSession
|
||||
{
|
||||
public string? Login { get; set; }
|
||||
public bool IsAuthenticated { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user