- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace WpfApp1
- {
- internal class AppSession
- {
- public static int UserId { get; set; }
- public static string Username { get; set; }
- public static string Role { get; set; }
- }
- }
|