11 lines
210 B
C#
11 lines
210 B
C#
namespace skydiveLogs_api.Domain
|
|
{
|
|
public class DatabaseOptions
|
|
{
|
|
#region Public Properties
|
|
|
|
public string ConnectionString { get; set; }
|
|
|
|
#endregion Public Properties
|
|
}
|
|
} |