new mailling for not confirmed emails
This commit is contained in:
22
test/yavscTests/Settings/Testing.cs
Normal file
22
test/yavscTests/Settings/Testing.cs
Normal file
@ -0,0 +1,22 @@
|
||||
namespace test.Settings
|
||||
{
|
||||
public class PasswordCreds
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
public class Testing
|
||||
{
|
||||
public DbConnectionSettings ConnectionStrings { get; set; }
|
||||
|
||||
public PasswordCreds[] ValidCreds
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public PasswordCreds[] InvalidCreds
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user