예제 #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();
 }