Method | Description | |
---|---|---|
CustomerDAL ( ) : System | ||
add ( |
||
addAdress ( |
||
addProvince ( |
||
allCustomers ( ) : List |
||
delete ( int id ) : bool | ||
find ( int id ) : |
||
find ( string email ) : |
||
getProvince ( string zipCode ) : string | ||
update ( |
public add ( |
||
IncCustomer | ||
return | bool |
public addAdress ( |
||
adressModel | ||
return | bool |
public addProvince ( |
||
adress | ||
return | bool |
public find ( int id ) : |
||
id | int | |
return |
public find ( string email ) : |
||
string | ||
return |
public getProvince ( string zipCode ) : string | ||
zipCode | string | |
return | string |
public update ( |
||
customerModel | ||
return | bool |