#9: fix namespace

pull/26/head
Simon Gockner 6 years ago
parent f17f3a561e
commit b419d768e6
  1. 4
      GBase/GBase.xml
  2. 2
      GBase/Installers/DataHandlingInstaller.cs

@ -319,12 +319,12 @@
</summary>
<returns>A <see cref="T:System.Threading.Tasks.ValueTask"/> to await</returns>
</member>
<member name="T:GBase.Installer.DataHandlingInstaller">
<member name="T:GBase.Installers.DataHandlingInstaller">
<summary>
<see cref="T:LightweightIocContainer.Interfaces.Installers.IIocInstaller"/> for the data handling
</summary>
</member>
<member name="M:GBase.Installer.DataHandlingInstaller.Install(LightweightIocContainer.Interfaces.IIocContainer)">
<member name="M:GBase.Installers.DataHandlingInstaller.Install(LightweightIocContainer.Interfaces.IIocContainer)">
<inheritdoc />
</member>
<member name="T:GBase.Interfaces.DataHandling.Cache.IDataHandlerCache">

@ -12,7 +12,7 @@ using GBase.Interfaces.DataHandling.Xml.Factories;
using LightweightIocContainer.Interfaces;
using LightweightIocContainer.Interfaces.Installers;
namespace GBase.Installer
namespace GBase.Installers
{
/// <summary>
/// <see cref="IIocInstaller"/> for the data handling

Loading…
Cancel
Save