Пример #1
0
 public UserCreateModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
Пример #2
0
 public AccountRegisterModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }