Ejemplo n.º 1
0
 static CustomConfigWithDtkFix()
 {
     Config = new CustomConfigWithDtkFix();
     Config.PasswordHashingIterationCount = 10000;
     Config.RequireAccountVerification    = false;
 }
Ejemplo n.º 2
0
 public CustomUserAccountServiceWithDtkFix(CustomConfigWithDtkFix config, CustomUserAccountRepositoryWithDtkFix repo)
     : base(config, repo)
 {
 }