last commit before tests
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user