Files
yavsc/test/yavscTests/Settings/DbConnectionSettings.cs
Paul Schneider 62e863e343
Some checks failed
Dotnet build and test / log-the-inputs (push) Failing after 2s
Dotnet build and test / build (push) Failing after 1s
testing
2025-07-14 20:35:13 +01:00

8 lines
139 B
C#

namespace yavscTests.Settings
{
public class DbConnectionSettings
{
public string? DefaultConnection { get; set; }
}
}