C# Class HBM.GeneralManagement.PaymentTypeDAO

Show file Open project: nirshandileep/HotelManagement

Public Methods

Method Description
InsertUpdateDelete ( DataSet ds ) : bool
IsDuplicateTypeName ( PaymentType paymentType ) : bool
SelectAll ( PaymentType paymentType ) : DataSet

Method Details

InsertUpdateDelete() public method

public InsertUpdateDelete ( DataSet ds ) : bool
ds System.Data.DataSet
return bool

IsDuplicateTypeName() public method

public IsDuplicateTypeName ( PaymentType paymentType ) : bool
paymentType PaymentType
return bool

SelectAll() public method

public SelectAll ( PaymentType paymentType ) : DataSet
paymentType PaymentType
return System.Data.DataSet