8 lines
153 B
C#
8 lines
153 B
C#
namespace ScadaLink.Host;
|
|
|
|
public class DatabaseOptions
|
|
{
|
|
public string? ConfigurationDb { get; set; }
|
|
public string? SiteDbPath { get; set; }
|
|
}
|