initial commit
This commit is contained in:
7
CodeReviewApp/ConfiguringManager/DatabaseSettings.cs
Normal file
7
CodeReviewApp/ConfiguringManager/DatabaseSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace CodeReviewApp.ConfiguringManager;
|
||||
|
||||
public class DatabaseSettings
|
||||
{
|
||||
public string ConnectionString { get; set; } = default!;
|
||||
public int TimeOut { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user