C# Class DAL.CustomerDAL

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DBbind ( ) : List
Résultat List

DeleteEmployee() public méthode

public DeleteEmployee ( int bbb ) : bool
bbb int
Résultat bool

EDITCustomer() public méthode

public EDITCustomer ( ICustomerBO bb ) : bool
bb ICustomerBO
Résultat bool

LOGIN() public méthode

public LOGIN ( ICustomerBO l ) : bool
l ICustomerBO
Résultat bool

addemployee() public méthode

public addemployee ( ICustomerBO b ) : int
b ICustomerBO
Résultat int

viewallListBO() public méthode

public viewallListBO ( ) : List
Résultat List

viewallListsearchBO() public méthode

public viewallListsearchBO ( int exo ) : List
exo int
Résultat List