public List <EmployeeDto> GetEmployees() { return(_context.GetEmployees()); }
public IEnumerable <IEmployee> GetEmployees() { return(_context.GetEmployees()); }