C# Class HBM.GeneralManagement.GuestTypeDAO

显示文件 Open project: nirshandileep/HotelManagement

Public Methods

Method Description
InsertUpdateDelete ( DataSet ds ) : bool
IsDuplicateTypeName ( GuestType guestType ) : bool
SelectAll ( GuestType guestType ) : DataSet

Method Details

InsertUpdateDelete() public method

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

IsDuplicateTypeName() public method

public IsDuplicateTypeName ( GuestType guestType ) : bool
guestType GuestType
return bool

SelectAll() public method

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