Beispiel #1
0
 public IDictionary <long, Employee> FindAllEmployees()
 {
     return(_employeeRepo.FindAll());
 }