public Form1() { InitializeComponent(); CKGLContext db = new CKGLContext(); db.Users.Add(new User { Auth = AuthLevel.Common, UserName = "******" }); }
public CKGLDAL(CKGLContext db) { this.db = db; }