Exemplo n.º 1
0
 public AccountRegisterModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
Exemplo n.º 2
0
 public UserCreateModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
Exemplo n.º 3
0
 public AccountLogOnModel()
 {
     AuthenticatorList = new AuthenticatorSelectListModel();
 }