- install IPoolRequest

master
Simon G 5 years ago
parent af42ee3297
commit 7aa637deb3
  1. 1
      GBase/Installers/DataHandlingInstaller.cs

@ -38,6 +38,7 @@ namespace GBase.Installers
//pool //pool
container.Register<IDataHandlerPool, DataHandlerPool>(Lifestyle.Singleton).WithParameters(10); container.Register<IDataHandlerPool, DataHandlerPool>(Lifestyle.Singleton).WithParameters(10);
container.Register<IPoolRequest, PoolRequest>();
container.Register<IPoolItemFactory, PoolItemFactory>(); container.Register<IPoolItemFactory, PoolItemFactory>();
container.RegisterFactory<IPoolRequestFactory>(); container.RegisterFactory<IPoolRequestFactory>();

Loading…
Cancel
Save