Example #1
0
 public SellingSecondHandCarMenu(IDealership dealership)
 {
     _dealership = dealership;
 }
Example #2
0
 public EmployeeScreen(IDealership dealership)
 {
     _dealership = dealership;
 }
Example #3
0
 public ConfigureStandardCarsScreen(IDealership dealership)
 {
     _dealership = dealership;
 }
 public BuyingNewStandardCarScreen(IDealership dealership)
 {
     _dealership = dealership;
 }
 public BuyingSecondHandCarScreen(IDealership dealership)
 {
     _dealership = dealership;
 }
 public BuyingNewCustomizedCarScreen(IDealership dealership)
 {
     _dealership = dealership;
 }