Exemplo n.º 1
0
 public LoginModel()
 {
     Student   = new StudentLoginModel();
     Teacher   = new TeacherLoginModel();
     LoginType = AuthenticationRole.Teacher;
 }
Exemplo n.º 2
0
 public LoginModel()
 {
     Student = new StudentLoginModel();
     Teacher = new TeacherLoginModel();
     LoginType = AuthenticationRole.Teacher;
 }