public TeacherController()
 {
     this.courseDAL     = new CourseDAL();
     this.gradeItemDAL  = new GradeItemDAL();
     this.rubricDAL     = new RubricDAL();
     this.weightTypeDAL = new WeightTypeDAL();
     this.studentDAL    = new StudentDAL();
 }
示例#2
0
 public CourseController()
 {
     this.CourseDAL     = new CourseDAL();
     this.RubricDAL     = new RubricDAL();
     this.WeightTypeDAL = new WeightTypeDAL();
 }