public StudentExaminationPaperBLL(string strConn)
 {
     m_strConn           = strConn;
     ExercisesTestbll    = new ExercisesTestBLL(m_strConn);
     StudentExambll      = new StudentExamBLL(m_strConn);
     StudentExamStatebll = new StudentExamStateBLL(m_strConn);
 }
Exemplo n.º 2
0
 public StudentExamBLL(string strConn)
 {
     m_strConn        = strConn;
     ExercisesTestbll = new ExercisesTestBLL(strConn);
 }