Метод | Описание | |
---|---|---|
AlterarCliente ( |
||
BuscarAniversariantes ( String data ) : |
||
BuscarCliente ( String cpf ) : |
||
CadastrarCliente ( |
||
ListarCliente ( String busca ) : |
||
RemoverCliente ( String cpf ) : void | ||
VerificaExistenciaCliente ( String cpf ) : bool |
public AlterarCliente ( |
||
cliente | ||
Результат | void |
public BuscarAniversariantes ( String data ) : |
||
data | String | |
Результат |
public BuscarCliente ( String cpf ) : |
||
cpf | String | |
Результат |
public CadastrarCliente ( |
||
cliente | ||
Результат | void |
public ListarCliente ( String busca ) : |
||
busca | String | |
Результат |
public RemoverCliente ( String cpf ) : void | ||
cpf | String | |
Результат | void |
public VerificaExistenciaCliente ( String cpf ) : bool | ||
cpf | String | |
Результат | bool |