Esempio n. 1
0
 public CommandHandlerTest()
 {
     Factory = new CommandHandlersFactory();
 }
Esempio n. 2
0
 public ParkingLotService()
 {
     ParkingLotManager      = new ParkingLotManager();
     CommandHandlersFactory = new CommandHandlersFactory();
 }