C# Class HBM.GeneralManagement.TaxTypeDAO

Exibir arquivo Open project: nirshandileep/HotelManagement

Public Methods

Method Description
InsertUpdateDelete ( DataSet ds ) : bool
IsDuplicateTypeName ( TaxType taxType ) : bool
SelectAll ( TaxType taxType ) : DataSet

Method Details

InsertUpdateDelete() public method

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

IsDuplicateTypeName() public method

public IsDuplicateTypeName ( TaxType taxType ) : bool
taxType TaxType
return bool

SelectAll() public method

public SelectAll ( TaxType taxType ) : DataSet
taxType TaxType
return System.Data.DataSet