C# Class Voluntario3.Tabelas.TabelaBase

Representa a base de todas as tabelas de alíquotas.
Inheritance: ITabelaAliquota
Afficher le fichier Open project: JobaDiniz/TCC

Méthodes publiques

Méthode Description
Ano ( ) : int
CalcularDesconto ( decimal salario ) : decimal

Méthodes protégées

Méthode Description
TabelaBase ( decimal teto ) : System.Collections.Generic

Private Methods

Méthode Description
TabelaBase ( ) : System.Collections.Generic

Method Details

Ano() public abstract méthode

public abstract Ano ( ) : int
Résultat int

CalcularDesconto() public méthode

public CalcularDesconto ( decimal salario ) : decimal
salario decimal
Résultat decimal

TabelaBase() protected méthode

protected TabelaBase ( decimal teto ) : System.Collections.Generic
teto decimal
Résultat System.Collections.Generic