Пример #1
0
 public void AgregarTienda(Tienda tienda)
 {
     t.Tiendas.Add(tienda);
     t.SaveChanges();
 }