示例#1
0
文件: LoginModel.cs 项目: hnefatl/RBS
 public LoginModel()
 {
     Student   = new StudentLoginModel();
     Teacher   = new TeacherLoginModel();
     LoginType = AuthenticationRole.Teacher;
 }
示例#2
0
 public LoginModel()
 {
     Student = new StudentLoginModel();
     Teacher = new TeacherLoginModel();
     LoginType = AuthenticationRole.Teacher;
 }