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