Ejemplo n.º 1
0
 public void Update(StudentDTO studentDto)
 {
     _studentDal = new StudentDAL();
     _studentDal.Update(studentDto);
 }