güncelleme

This commit is contained in:
2025-08-11 11:22:31 +03:00
parent 5616230e67
commit 5c7bb2c399
10 changed files with 599 additions and 55 deletions

View File

@@ -16,6 +16,7 @@ namespace DugunSalonu.Models
public int id { get; set; }
public string adi { get; set; }
ICollection<Salon>? salons { get; set; }
public ICollection<Salon>? salons { get; set; }
public ICollection<Ilce>? ilceler { get; set; }
}
}