Beispiel #1
0
 public AdminController(IClassBLL classBll, ISurveyRepository surveyRepository, IStudentBLL studentBLL)
 {
     _classBll   = classBll;
     _surveyRepo = surveyRepository;
     _studentBLL = studentBLL;
 }
Beispiel #2
0
 public ClassController(IClassBLL classBLL)
 {
     _classBll = classBLL;
 }