Skip to content

Code Evaluation done for .Net#34

Open
Akbarkhan24 wants to merge 1 commit intompetro-aa:mainfrom
Akbarkhan24:main
Open

Code Evaluation done for .Net#34
Akbarkhan24 wants to merge 1 commit intompetro-aa:mainfrom
Akbarkhan24:main

Conversation

@Akbarkhan24
Copy link
Copy Markdown

Made these changes:
// 1. This is to generate identifier for the Employees
int identifier = 1;

    // 2. The Hire Method:
    public Position? Hire(Name person, string title)
    {
        Employee employee = new Employee(identifier++, person);
        return CheckDirectReportPositions(root, employee, title);
    }

    // 3. Created another method CheckDirectReportPositions() For checking the direct report positions and hiring if exists.

    private Position? CheckDirectReportPositions(Position pos, Employee employee, string title)

@Akbarkhan24 Akbarkhan24 reopened this Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant