메소드 | 설명 | |
---|---|---|
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 VerificaExistenciaCliente ( String cpf ) : bool | ||
cpf | String | |
리턴 | bool |