Exemple #1
0
 public AccountController()
 {
     _entityStudentRepository = new EntityStudentRepository();
 }
 public StudentsController()
 {
     _studentRepository = new EntityStudentRepository();
 }