Compare commits

...

3 Commits

Author SHA1 Message Date
bekodeg
17e809d306 + 2024-05-21 20:55:58 +04:00
bekodeg
6cb355c8c9 + 2024-05-21 20:55:47 +04:00
bekodeg
4815fca1d4 hotfix 2024-05-21 20:53:53 +04:00

View File

@ -10,8 +10,8 @@ namespace SushiBarFileImplement
private readonly string ComponentFileName = "Component.xml";
private readonly string OrderFileName = "Order.xml";
private readonly string SushiFileName = "Sushi.xml";
private readonly string ClientFileName = "Sushi.xml";
private readonly string ImplementerFileName = "Implementer.xml";
private readonly string ClientFileName = "Client.xml";
public List<Component> Components { get; private set; }
public List<Order> Orders { get; private set; }
public List<Sushi> Sushis { get; private set; }