Test
Class Customer
- public class Customer
Age
public int Age
Country
public Country Country
Name
public string Name
Orders
public IEnumerable Orders
Portfolio
public CustomerPortfolio Portfolio
Street
public string Street
StreetNr
public int StreetNr
Suppliers
public IEnumerable Suppliers
Customer
public Customer()
Customer
public Customer(int id)
AddOrder
public void AddOrder(Order order)
AddSupplier
public void AddSupplier(Supplier supplier)
RemoveOrder
public void RemoveOrder(Order order)
RemoveSupplier
public void RemoveSupplier(Supplier supplier)
to Class Opf.Test.Country
to Class Opf.Test.CustomerPortfolio
to Class Opf.Test.CustomerPortfolio
to Class Opf.Test.Country