Ejemplo n.º 1
0
 public bool LoginControl(StudentLoginDTO studentLogin)
 {
     return(_studentDal.LoginControl(studentLogin));
 }