C# 클래스 PolyMorphism.HumanResources

파일 보기 프로젝트 열기: cessor/empathiccode

공개 메소드들

메소드 설명
PayAmount ( EmployeeType type, decimal salary ) : decimal
PayAmount ( decimal salary ) : decimal

메소드 상세

PayAmount() 공개 메소드

public PayAmount ( EmployeeType type, decimal salary ) : decimal
type EmployeeType
salary decimal
리턴 decimal

PayAmount() 공개 정적인 메소드

public static PayAmount ( decimal salary ) : decimal
salary decimal
리턴 decimal