Exemple #1
0
 public ValuesController(IStudentApplication application)
 {
     _studentApplication = application;
 }
 public StudentsController(IStudentApplication studentApplication)
 {
     this.StudentApplication = studentApplication;
 }
Exemple #3
0
 public StudentController(IStudentApplication studentApplication)
 {
     _studentApplication = studentApplication;
 }