Ejemplo n.º 1
0
 public ExamManagement()
 {
     commonBindControl = new CommonBindControl();
     ExamDTO           = new cls_ExamDTO();
     _StudentDTO       = new cls_StudentDTO();
 }
Ejemplo n.º 2
0
 public ClassExamReport()
 {
     commonBindControl = new CommonBindControl();
     ExamDTO           = new cls_ExamDTO();
     _StudentDTO       = new cls_StudentDTO();
 }