File tree Expand file tree Collapse file tree
Gnoss.BackgroundTask.CacheRefresh Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33using Es . Riam . Gnoss . AD . EntityModelBASE ;
44using Es . Riam . Gnoss . AD . Virtuoso ;
55using Es . Riam . Gnoss . CL ;
6+ using Es . Riam . Gnoss . CL . RelatedVirtuoso ;
67using Es . Riam . Gnoss . Servicios ;
78using Es . Riam . Gnoss . Util . Configuracion ;
89using Es . Riam . Gnoss . Util . General ;
@@ -47,6 +48,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
4748 services . AddScoped ( typeof ( LoggingService ) ) ;
4849 services . AddScoped ( typeof ( GnossCache ) ) ;
4950 services . AddScoped < IServicesUtilVirtuosoAndReplication , ServicesVirtuosoAndBidirectionalReplicationOpen > ( ) ;
51+ services . AddScoped ( typeof ( RelatedVirtuosoCL ) ) ;
5052 string bdType = "" ;
5153 IDictionary environmentVariables = Environment . GetEnvironmentVariables ( ) ;
5254 if ( environmentVariables . Contains ( "connectionType" ) )
You can’t perform that action at this time.
0 commit comments