C# Class PolyMorphism.HumanResources

Show file Open project: cessor/empathiccode

Public Methods

Method Description
PayAmount ( EmployeeType type, decimal salary ) : decimal
PayAmount ( decimal salary ) : decimal

Method Details

PayAmount() public method

public PayAmount ( EmployeeType type, decimal salary ) : decimal
type EmployeeType
salary decimal
return decimal

PayAmount() public static method

public static PayAmount ( decimal salary ) : decimal
salary decimal
return decimal