lab 5 edit list storage
This commit is contained in:
parent
278dc1ea67
commit
1d5fe9188e
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user