new mailling for not confirmed emails
This commit is contained in:
8
test/yavscTests/Settings/DbConnectionSettings.cs
Normal file
8
test/yavscTests/Settings/DbConnectionSettings.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace test.Settings
|
||||
{
|
||||
public class DbConnectionSettings
|
||||
{
|
||||
public string DatabaseCtor { get; set; }
|
||||
public string Default { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user