diff --git a/ConfectionaryFileImplement/Shop.cs b/ConfectionaryFileImplement/Shop.cs index fadd63f..a873e7d 100644 --- a/ConfectionaryFileImplement/Shop.cs +++ b/ConfectionaryFileImplement/Shop.cs @@ -94,7 +94,7 @@ namespace ConfectioneryFileImplement DateOpening = DateOpening, MaxCountPastries = MaxCountPastries, }; - public XElement GetXElement => new("Order", + public XElement GetXElement => new("Shop", new XAttribute("Id", Id), new XElement("Name", Name), new XElement("Address", Address),