C# Class HBM.Data.AdditionalService

Show file Open project: nirshandileep/HotelManagement

Public Methods

Method Description
Delete ( ) : bool
Insert ( ) : bool
SelectAll ( ) : DataSet
Update ( ) : bool

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Insert() public method

public Insert ( ) : bool
return bool

SelectAll() public method

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

Update() public method

public Update ( ) : bool
return bool