new mailling for not confirmed emails
This commit is contained in:
parent
14bb4addbd
commit
45d76a2917
25 changed files with 46 additions and 31 deletions
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue