C# Class PetPamonha.DAOPet

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

Méthodes publiques

Méthode Description
DAOPet ( ) : System
getListPets ( ) : List
inserePet ( Pet pet ) : void
localizar ( String RGA ) : Pet
localizar ( int id ) : Pet
removePet ( Pet pet ) : void

Method Details

DAOPet() public méthode

public DAOPet ( ) : System
Résultat System

getListPets() public méthode

public getListPets ( ) : List
Résultat List

inserePet() public méthode

public inserePet ( Pet pet ) : void
pet Pet
Résultat void

localizar() public méthode

public localizar ( String RGA ) : Pet
RGA String
Résultat Pet

localizar() public méthode

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

removePet() public méthode

public removePet ( Pet pet ) : void
pet Pet
Résultat void