last commit before tests

This commit is contained in:
younes elhaddoury
2026-02-03 13:31:40 +01:00
parent 3ba5b10d05
commit 241ed4eb94
24 changed files with 1146 additions and 623 deletions

View File

@@ -6,8 +6,10 @@ using System.Threading.Tasks;
namespace SkyTeam
{
class session
static class SessionManager
{
int selectedId { get; set; }
public static int CurrentUserId { get; set; }
public static string CurrentUserName { get; set; }
public static string Role { get; set; }
}
}