il, ilce tablosu eklendi.

This commit is contained in:
2025-08-09 23:14:48 +03:00
parent 4796beac49
commit 2ab4d14a58
12 changed files with 773 additions and 126 deletions

View File

@@ -21,14 +21,14 @@ namespace DugunSalonu
{
await db.kullanici.AddAsync(new Kullanici
{
Adi = txtAdi.Text,
Soyadi = txtSoyadi.Text,
KullaniciAdi = txtKullaniciAdi.Text,
Parola = txtParola.Text,
Aktif = true,
Admin = false,
CepTel = txtCeptel.Text,
Eposta = txtEposta.Text
adi = txtAdi.Text,
soyadi = txtSoyadi.Text,
kullaniciadi = txtKullaniciAdi.Text,
parola = txtParola.Text,
aktif = true,
admin = false,
ceptel = txtCeptel.Text,
eposta = txtEposta.Text
});
await db.SaveChangesAsync();
FormTemizle();