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