C# 클래스 PetPamonha.DAO.DAOPetTratamento

파일 보기 프로젝트 열기: paulorcmendes/PetShopSystem 1 사용 예제들

공개 메소드들

메소드 설명
DAOPetTratamento ( ) : System
getListTratamentos ( ) : List
inserePetTratamento ( PetTratamento petTratamento ) : void
remover ( int idPet ) : void

메소드 상세

DAOPetTratamento() 공개 메소드

public DAOPetTratamento ( ) : System
리턴 System

getListTratamentos() 공개 메소드

public getListTratamentos ( ) : List
리턴 List

inserePetTratamento() 공개 메소드

public inserePetTratamento ( PetTratamento petTratamento ) : void
petTratamento PetTratamento
리턴 void

remover() 공개 메소드

public remover ( int idPet ) : void
idPet int
리턴 void