Exemple #1
0
 public void Create(Wedding w)
 {
     Weddings.Add(w);
     SaveChanges();
 }