This commit is contained in:
tidusjar 2016-04-28 14:20:35 +01:00
commit af2c661d61
5 changed files with 106 additions and 3 deletions

View file

@ -45,6 +45,9 @@ namespace PlexRequests.Store
/// Creates the database.
/// </summary>
void CreateDatabase();
}
string CurrentPath { get; }
}
}