PIbd-22. Katysheva N.E LabWork5 #6

Closed
revengel66 wants to merge 14 commits from lab5 into lab4
Showing only changes of commit 1d5fe9188e - Show all commits

View File

@ -14,6 +14,7 @@ namespace PizzeriaListImplement
Components = new List<Component>();
Orders = new List<Order>();
Pizzas = new List<Pizza>();
Clients = new List<Client>();
}
public static DataListSingleton GetInstance()
{