mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
8 lines
No EOL
199 B
C#
8 lines
No EOL
199 B
C#
namespace Roadie.Library.Configuration
|
|
{
|
|
public interface IFileDatabaseOptions
|
|
{
|
|
string DatabaseFolder { get; set; }
|
|
FileDatabaseFormat DatabaseFormat { get; set; }
|
|
}
|
|
} |