C# Class HBM.GeneralManagement.Company

Exibir arquivo Open project: nirshandileep/HotelManagement Class Usage Examples

Public Methods

Method Description
Delete ( ) : bool
Save ( ) : bool
Select ( ) : Company
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

Select() public method

public Select ( ) : Company
return Company

SelectAllDataset() public method

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

SelectAllList() public method

public SelectAllList ( ) : List
return List