public StudyPlanController(IStudyPlanView studyPlanView,ISubjectRepository subjectRepository)
 {
     this.studyPlanView = studyPlanView;
     this.subjectRepository = subjectRepository;
 }
예제 #2
0
 public StudyPlanController(IStudyPlanView studyPlanView, ISubjectRepository subjectRepository)
 {
     this.studyPlanView     = studyPlanView;
     this.subjectRepository = subjectRepository;
 }