Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 370 Bytes

PayrollApp

Payroll application is a console C# program that generates the salary slips of a small company, based on the position the staff has in the company, different calculations will be performed. The program also write/reads the data to a file.

Classes used:

  • Staff
  • Manager : Staff
  • Admin : Staff
  • FileReader
  • Payslip