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