Property | Type | Description | |
---|---|---|---|
nome | string | ||
vendas | double |
Method | Description | |
---|---|---|
CalculaSalario ( ) : double | ||
GetNome ( ) : string | ||
Vendedor ( string nome, double vendas ) : System |
public Vendedor ( string nome, double vendas ) : System | ||
nome | string | |
vendas | double | |
return | System |