C# Class HBM.GeneralManagement.RatePlansDAO

Exibir arquivo Open project: nirshandileep/HotelManagement

Public Methods

Method Description
InsertUpdateDelete ( DataSet ds ) : bool
IsDuplicateTypeName ( RatePlans ratePlan ) : bool
SelectAll ( RatePlans ratePlan ) : DataSet

Method Details

InsertUpdateDelete() public method

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

IsDuplicateTypeName() public method

public IsDuplicateTypeName ( RatePlans ratePlan ) : bool
ratePlan RatePlans
return bool

SelectAll() public method

public SelectAll ( RatePlans ratePlan ) : DataSet
ratePlan RatePlans
return System.Data.DataSet