@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
api/src/interfaces/IAdminUserService
IAdminUserService
Class IAdminUserService
Abstract
Hierarchy (
View Summary
)
IAdminUserService
AdminUserService
Index
Constructors
constructor
Methods
delete
Customer
get
Customers
update
Customer
Constructors
constructor
new
IAdminUserService
()
:
IAdminUserService
Returns
IAdminUserService
Methods
Abstract
delete
Customer
deleteCustomer
(
idCustomer
:
number
)
:
Promise
<
void
>
Parameters
idCustomer
:
number
Returns
Promise
<
void
>
Abstract
get
Customers
getCustomers
()
:
Promise
<
AdminCustomer
[]
>
Returns
Promise
<
AdminCustomer
[]
>
Abstract
update
Customer
updateCustomer
(
idCustomer
:
number
,
name
:
string
,
email
:
string
,
role
:
string
,
)
:
Promise
<
void
>
Parameters
idCustomer
:
number
name
:
string
email
:
string
role
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
Customer
get
Customers
update
Customer
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...