C# Class HBM.GeneralManagement.PaymentTypeDAO

Afficher le fichier Open project: nirshandileep/HotelManagement

Méthodes publiques

Méthode Description
InsertUpdateDelete ( DataSet ds ) : bool
IsDuplicateTypeName ( PaymentType paymentType ) : bool
SelectAll ( PaymentType paymentType ) : 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 ( PaymentType paymentType ) : bool
paymentType PaymentType
Résultat bool

SelectAll() public méthode

public SelectAll ( PaymentType paymentType ) : DataSet
paymentType PaymentType
Résultat System.Data.DataSet