From b419d768e6d8aaf401184d2ed0bed1a4695d0e34 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 12 Feb 2020 13:46:07 +0100 Subject: [PATCH] #9: fix namespace --- GBase/GBase.xml | 4 ++-- GBase/Installers/DataHandlingInstaller.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GBase/GBase.xml b/GBase/GBase.xml index c843261..52029c7 100644 --- a/GBase/GBase.xml +++ b/GBase/GBase.xml @@ -319,12 +319,12 @@ A to await - + for the data handling - + diff --git a/GBase/Installers/DataHandlingInstaller.cs b/GBase/Installers/DataHandlingInstaller.cs index 817d065..b96f793 100644 --- a/GBase/Installers/DataHandlingInstaller.cs +++ b/GBase/Installers/DataHandlingInstaller.cs @@ -12,7 +12,7 @@ using GBase.Interfaces.DataHandling.Xml.Factories; using LightweightIocContainer.Interfaces; using LightweightIocContainer.Interfaces.Installers; -namespace GBase.Installer +namespace GBase.Installers { /// /// for the data handling