public EventCommand_ListVehicles(IRepairShop shop)
 {
     Shop = shop;
 }
Пример #2
0
 public EventCommand_TestVehicle(IRepairShop shop)
 {
     Shop = shop;
     Mgr  = new TestStrategy_Manager();
 }
Пример #3
0
 public EventCommand_AddVehicle(IRepairShop shop)
 {
     Shop = shop;
 }
Пример #4
0
 public EventCommand_RemoveVehicle(IRepairShop shop)
 {
     Shop = shop;
 }
Пример #5
0
 public EventCommand_CloseShop(IRepairShop shop)
 {
     Shop = shop;
 }