Ejemplo n.º 1
0
 public void Add(Restaurant restaurant)
 {
     db.Restaurants.Add(restaurant);
     db.SaveChanges();
 }