public AccountRegisterModel() { SecurityQuestionList = new SecurityQuestionSelectListModel(); AuthenticatorList = new AuthenticatorSelectListModel(true); }
public UserCreateModel() { SecurityQuestionList = new SecurityQuestionSelectListModel(); AuthenticatorList = new AuthenticatorSelectListModel(true); }
public AccountLogOnModel() { AuthenticatorList = new AuthenticatorSelectListModel(); }