Пример #1
0
 public int ModifyPassword(Student student)
 {
     return(_studentDal.UpdateStudent(student));
 }