Exemplo n.º 1
0
 public IEnumerable <Instructor> GetByIdentification(string identification)
 {
     return(instructorRepository.GetByIdentification(identification));
 }