upload
This commit is contained in:
8
Services/SessionService.cs
Normal file
8
Services/SessionService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SimpleWiki.Models;
|
||||
|
||||
namespace SimpleWiki.Services;
|
||||
|
||||
public static class SessionService
|
||||
{
|
||||
public static User? CurrentUser { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user