1
0
This commit is contained in:
Debug_pro
2026-06-07 18:19:53 +03:00
commit fb13e5a20a
33 changed files with 2382 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using SimpleWiki.Models;
namespace SimpleWiki.Services;
public static class SessionService
{
public static User? CurrentUser { get; set; }
}