Ejemplo n.º 1
0
 public HomeController()
 {
     student_operations = new studentOperations();
     course_operations  = new courseOperations();
 }