C# 클래스 RefactoringGolf.Stack.Salesman

상속: Employee
파일 보기 프로젝트 열기: snahider/Refactoring-Golf 1 사용 예제들

공개 메소드들

메소드 설명
NetSalary ( ) : decimal
Salesman ( string firstName, string lastName, decimal fixedSalary, int commissionPorcentage )
UpdateMonthQuota ( decimal addQuota ) : void

메소드 상세

NetSalary() 공개 메소드

public NetSalary ( ) : decimal
리턴 decimal

Salesman() 공개 메소드

public Salesman ( string firstName, string lastName, decimal fixedSalary, int commissionPorcentage )
firstName string
lastName string
fixedSalary decimal
commissionPorcentage int

UpdateMonthQuota() 공개 메소드

public UpdateMonthQuota ( decimal addQuota ) : void
addQuota decimal
리턴 void