예제 #1
0
 public AccountsController()
 {
     _studentService  = new StudentService();
     _collegesService = new CollegesService();
 }
 public CollegeManagementController()
 {
     collegesService = new CollegesService();
 }