This commit is contained in:
Paul Schneider 2025-07-14 18:58:04 +01:00
commit 8fc1153e59
20 changed files with 231 additions and 264 deletions

View file

@ -2,7 +2,6 @@ namespace yavscTests.Settings
{
public class DbConnectionSettings
{
public string DatabaseCtor { get; set; }
public string Default { get; set; }
public string? DefaultConnection { get; set; }
}
}