Adding new tests
This commit is contained in:
@@ -5,5 +5,6 @@ public class DatabaseSettings
|
||||
#nullable enable
|
||||
public string? SqlServerConnectionString { get; set; }
|
||||
public string? MongoDbConnectionString { get; set; }
|
||||
public string? PostgreSQLConnectionString { get; set; }
|
||||
#nullable disable
|
||||
}
|
||||
Reference in New Issue
Block a user