C# Class PolyMorphism.Classes2.HumanResources.Architect

Inheritance: IContribute
Afficher le fichier Open project: cessor/empathiccode

Méthodes publiques

Méthode Description
Code ( ) : EmployeeType
PayAmount ( decimal salary ) : decimal

Method Details

Code() public méthode

public Code ( ) : EmployeeType
Résultat EmployeeType

PayAmount() public static méthode

public static PayAmount ( decimal salary ) : decimal
salary decimal
Résultat decimal