From 7aa637deb3567490f0c061f73e7ac2f4149e1f2c Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 13 Nov 2020 13:50:37 +0100 Subject: [PATCH] - install IPoolRequest --- GBase/Installers/DataHandlingInstaller.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GBase/Installers/DataHandlingInstaller.cs b/GBase/Installers/DataHandlingInstaller.cs index 134ccee..0726a50 100644 --- a/GBase/Installers/DataHandlingInstaller.cs +++ b/GBase/Installers/DataHandlingInstaller.cs @@ -38,6 +38,7 @@ namespace GBase.Installers //pool container.Register(Lifestyle.Singleton).WithParameters(10); + container.Register(); container.Register(); container.RegisterFactory();