#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> </summary>
<returns>A <see cref="T:System.Threading.Tasks.ValueTask"/> to await</returns> <returns>A <see cref="T:System.Threading.Tasks.ValueTask"/> to await</returns>
</member> </member>
<member name="T:GBase.Installer.DataHandlingInstaller"> <member name="T:GBase.Installers.DataHandlingInstaller">
<summary> <summary>
<see cref="T:LightweightIocContainer.Interfaces.Installers.IIocInstaller"/> for the data handling <see cref="T:LightweightIocContainer.Interfaces.Installers.IIocInstaller"/> for the data handling
</summary> </summary>
</member> </member>
<member name="M:GBase.Installer.DataHandlingInstaller.Install(LightweightIocContainer.Interfaces.IIocContainer)"> <member name="M:GBase.Installers.DataHandlingInstaller.Install(LightweightIocContainer.Interfaces.IIocContainer)">
<inheritdoc /> <inheritdoc />
</member> </member>
<member name="T:GBase.Interfaces.DataHandling.Cache.IDataHandlerCache"> <member name="T:GBase.Interfaces.DataHandling.Cache.IDataHandlerCache">

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

Loading…
Cancel
Save