Example #1
0
 public StudentManager(IStudentReporsitory studentRepository)
 {
     _studentRepository = studentRepository;
 }