Exemple #1
0
 public StudentController(StudentModel model, StudentView view)
 {
     this.model = model;
     this.view  = view;
 }