- add database path

pull/26/head
Simon Gockner 6 years ago
parent 712b073c2d
commit a7066070f2
  1. 5
      GBase/Interfaces/Settings/IGBaseSettings.cs

@ -9,6 +9,9 @@ namespace GBase.Interfaces.Settings
/// </summary> /// </summary>
public interface IGBaseSettings public interface IGBaseSettings
{ {
/// <summary>
/// The path where the files of the GBase are located
/// </summary>
string DatabasePath { get; }
} }
} }
Loading…
Cancel
Save