C# Class HBM.GeneralManagement.GuestTypeDAO

Afficher le fichier Open project: nirshandileep/HotelManagement

Méthodes publiques

Méthode Description
InsertUpdateDelete ( DataSet ds ) : bool
IsDuplicateTypeName ( GuestType guestType ) : bool
SelectAll ( GuestType guestType ) : DataSet

Method Details

InsertUpdateDelete() public méthode

public InsertUpdateDelete ( DataSet ds ) : bool
ds System.Data.DataSet
Résultat bool

IsDuplicateTypeName() public méthode

public IsDuplicateTypeName ( GuestType guestType ) : bool
guestType GuestType
Résultat bool

SelectAll() public méthode

public SelectAll ( GuestType guestType ) : DataSet
guestType GuestType
Résultat System.Data.DataSet