public EventCommand_ListVehicles(IRepairShop shop) { Shop = shop; }
public EventCommand_TestVehicle(IRepairShop shop) { Shop = shop; Mgr = new TestStrategy_Manager(); }
public EventCommand_AddVehicle(IRepairShop shop) { Shop = shop; }
public EventCommand_RemoveVehicle(IRepairShop shop) { Shop = shop; }
public EventCommand_CloseShop(IRepairShop shop) { Shop = shop; }