C# Class DAL.CustomerDAL

Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
DBbind ( ) : List
DeleteEmployee ( int bbb ) : bool
EDITCustomer ( ICustomerBO bb ) : bool
LOGIN ( ICustomerBO l ) : bool
addemployee ( ICustomerBO b ) : int
viewallListBO ( ) : List
viewallListsearchBO ( int exo ) : List

Method Details

DBbind() public method

public DBbind ( ) : List
return List

DeleteEmployee() public method

public DeleteEmployee ( int bbb ) : bool
bbb int
return bool

EDITCustomer() public method

public EDITCustomer ( ICustomerBO bb ) : bool
bb ICustomerBO
return bool

LOGIN() public method

public LOGIN ( ICustomerBO l ) : bool
l ICustomerBO
return bool

addemployee() public method

public addemployee ( ICustomerBO b ) : int
b ICustomerBO
return int

viewallListBO() public method

public viewallListBO ( ) : List
return List

viewallListsearchBO() public method

public viewallListsearchBO ( int exo ) : List
exo int
return List