Ejemplo n.º 1
0
 public Student Login(Student student)
 {
     return(_studentDal.SelectStudentByStudentNumberAndPassword(student));
 }