Exemplo n.º 1
0
 public int ModifyPassword(Teacher teacher)
 {
     return(_teacherDal.UpdateTeacherPassword(teacher));
 }