Exemple #1
0
 private IEnumerable <EmployeeDirectory> GetDirectory()
 {
     return(employeeDirectory.GetAll());
 }