diff --git a/AspNet/SerialDict.cs b/AspNet/SerialDict.cs index 54fb443..4fcf37a 100644 --- a/AspNet/SerialDict.cs +++ b/AspNet/SerialDict.cs @@ -16,11 +16,11 @@ namespace CC_Functions.AspNet /// /// Gets the directory containing databases /// - protected abstract string DatabasesDir { get; } + public abstract string DatabasesDir { get; } /// /// Gets the file name for this database. Must not contain the path /// - protected abstract string DatabaseFileName { get; } + public abstract string DatabaseFileName { get; } /// /// Called when the database is loaded. Use for preparing initial entries ///