Method | Description | |
---|---|---|
AddAddress ( |
||
AddPhone ( |
||
AuthSupplierEmployee ( string userName, string password ) : bool | ||
ChangePasswordForSupplierEmployee ( string email, string newPasswordHash ) : bool | ||
CreateSupplier ( |
||
CreateSupplierEmployee ( |
||
DeleteSupplierEmployee ( |
||
DoesSupplierEmployeeEmailExists ( string Email ) : bool | ||
GetSupplierEmployee ( string email ) : |
||
GetSupplierEmployeeById ( int id ) : |
||
IsPasswordResetRequestValid ( string email, string guid ) : bool | ||
RequestPasswordResetForSupplierEmployee ( string email ) : bool |
public AddAddress ( |
||
dto | ||
return | bool |
public AddPhone ( |
||
dto | ||
return | bool |
public AuthSupplierEmployee ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |
public ChangePasswordForSupplierEmployee ( string email, string newPasswordHash ) : bool | ||
string | ||
newPasswordHash | string | |
return | bool |
public CreateSupplier ( |
||
dto | ||
return | int |
public CreateSupplierEmployee ( |
||
dto | ||
return | int |
public DeleteSupplierEmployee ( |
||
dto | ||
return | bool |
public DoesSupplierEmployeeEmailExists ( string Email ) : bool | ||
string | ||
return | bool |
public GetSupplierEmployee ( string email ) : |
||
string | ||
return |
public GetSupplierEmployeeById ( int id ) : |
||
id | int | |
return |
public IsPasswordResetRequestValid ( string email, string guid ) : bool | ||
string | ||
guid | string | |
return | bool |
public RequestPasswordResetForSupplierEmployee ( string email ) : bool | ||
string | ||
return | bool |