il, ilce tablosu eklendi.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user