using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components; using System.Diagnostics; using System.Globalization; using Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage; using Microsoft.JSInterop; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Net.Http; using System.Data.SqlClient; using System.Data; namespace pro_todo.Pages { public partial class Users{ public class MyUser{ public static string kullanici_email{ get; set; }="NULL"; public static string kullanici_sifre{ get; set; }="NULL"; public static string kullanici_rol{ get; set; }="NULL"; public static string kullanici_bolum{ get; set; }="NULL"; public static string kullanici_id{ get; set; }="NULL"; } } }