From a7066070f2009afeb9fe70dce4fe7240cfa452a5 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Thu, 13 Feb 2020 10:03:25 +0100 Subject: [PATCH] - add database path --- GBase/Interfaces/Settings/IGBaseSettings.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GBase/Interfaces/Settings/IGBaseSettings.cs b/GBase/Interfaces/Settings/IGBaseSettings.cs index b191cfb..d0cc93b 100644 --- a/GBase/Interfaces/Settings/IGBaseSettings.cs +++ b/GBase/Interfaces/Settings/IGBaseSettings.cs @@ -9,6 +9,9 @@ namespace GBase.Interfaces.Settings /// public interface IGBaseSettings { - + /// + /// The path where the files of the GBase are located + /// + string DatabasePath { get; } } } \ No newline at end of file