예제 #1
0
 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();
 }