예제 #1
0
 public IEnumerable <Instructor> GetByIdentification(string identification)
 {
     return(instructorRepository.GetByIdentification(identification));
 }