C# 클래스 DAL.CustomerDAL

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
DBbind ( ) : List
DeleteEmployee ( int bbb ) : bool
EDITCustomer ( ICustomerBO bb ) : bool
LOGIN ( ICustomerBO l ) : bool
addemployee ( ICustomerBO b ) : int
viewallListBO ( ) : List
viewallListsearchBO ( int exo ) : List

메소드 상세

DBbind() 공개 메소드

public DBbind ( ) : List
리턴 List

DeleteEmployee() 공개 메소드

public DeleteEmployee ( int bbb ) : bool
bbb int
리턴 bool

EDITCustomer() 공개 메소드

public EDITCustomer ( ICustomerBO bb ) : bool
bb ICustomerBO
리턴 bool

LOGIN() 공개 메소드

public LOGIN ( ICustomerBO l ) : bool
l ICustomerBO
리턴 bool

addemployee() 공개 메소드

public addemployee ( ICustomerBO b ) : int
b ICustomerBO
리턴 int

viewallListBO() 공개 메소드

public viewallListBO ( ) : List
리턴 List

viewallListsearchBO() 공개 메소드

public viewallListsearchBO ( int exo ) : List
exo int
리턴 List