il, ilce tablosu eklendi.
This commit is contained in:
10
Models/Il.cs
10
Models/Il.cs
@@ -10,13 +10,11 @@ namespace DugunSalonu.Models
|
||||
public class Il
|
||||
|
||||
{
|
||||
public Il()
|
||||
{
|
||||
salons = new HashSet<Salon>();
|
||||
}
|
||||
public Il() => salons = new HashSet<Salon>();
|
||||
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
public string Adi { get; set; }
|
||||
public int id { get; set; }
|
||||
public string adi { get; set; }
|
||||
|
||||
ICollection<Salon>? salons { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user