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