C# Class HBM.GeneralManagement.AdditionalService

Show file Open project: nirshandileep/HotelManagement Class Usage Examples

Public Methods

Method Description
IsDuplicateTypeName ( ) : bool
Save ( DataSet ds ) : bool
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List

Method Details

IsDuplicateTypeName() public method

public IsDuplicateTypeName ( ) : bool
return bool

Save() public method

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

SelectAllDataset() public method

public SelectAllDataset ( ) : DataSet
return System.Data.DataSet

SelectAllList() public method

public SelectAllList ( ) : List
return List