C# Class PetPamonha.DAOCliente

Afficher le fichier Open project: paulorcmendes/pamonhaDeveloper Class Usage Examples

Méthodes publiques

Méthode Description
DAOCliente ( ) : System
getListClientes ( ) : List
insereCliente ( Cliente cliente ) : void
localizar ( int id ) : Cliente

Method Details

DAOCliente() public méthode

public DAOCliente ( ) : System
Résultat System

getListClientes() public méthode

public getListClientes ( ) : List
Résultat List

insereCliente() public méthode

public insereCliente ( Cliente cliente ) : void
cliente Cliente
Résultat void

localizar() public méthode

public localizar ( int id ) : Cliente
id int
Résultat Cliente