예제 #1
0
 public Student Login(Student student)
 {
     return(_studentDal.SelectStudentByStudentNumberAndPassword(student));
 }