Mauricio Gomez
Results
2
issues of
Mauricio Gomez
ShowList funtion should return an object of List, currently does not return anything public List ShowList(Employee employees) { foreach (var employee in employees) { var expectedSalary = employees.CalculateExpectedSalary(); var experience...
Fix typo "is an worker" in Interface Segregation Principle (ISP) section