public decimal GetPayAmount() { return(EmployeeType.GetPayAmount(this)); }
public Employee(EmployeeType type) { this.EmployeeType = type; }