示例#1
0
 public AccountRegisterModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
示例#2
0
文件: UserModels.cs 项目: BEXIS2/Core
 public UserCreateModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
示例#3
0
 public AccountLogOnModel()
 {
     AuthenticatorList = new AuthenticatorSelectListModel();
 }