예제 #1
0
 public IEnumerable <EmployeeDTO> getAllEmployees()
 {
     return(EmployeeConverter.toDtos(employeeRepository.Get()));
 }