C# Class RefactoringGolf.Store.Salesman

Inheritance: Employee
Mostrar archivo Open project: snahider/Refactoring-Golf Class Usage Examples

Public Methods

Method Description
NetSalary ( ) : decimal
Salesman ( string firstName, string lastName, decimal fixedSalary, int commissionPorcentage )
UpdateMonthQuota ( decimal addQuota ) : void

Protected Methods

Method Description
SalaryBenefits ( ) : decimal

Method Details

NetSalary() public method

public NetSalary ( ) : decimal
return decimal

SalaryBenefits() protected method

protected SalaryBenefits ( ) : decimal
return decimal

Salesman() public method

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

UpdateMonthQuota() public method

public UpdateMonthQuota ( decimal addQuota ) : void
addQuota decimal
return void