Exemplo n.º 1
0
 public List <Student> FindStudent(string firstName, string secondName)
 {
     return(_facultyRepository.FindStudent(firstName, secondName));
 }