Click or drag to resize
Infosoft Logo

ICustomerUserEntityServiceCreate Method

Creates a new CustomerUser

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
CustomerUser Create(
	CustomerUser request
)

Parameters

request  CustomerUser
The request containing the values of the new CustomerUser

Return Value

CustomerUser
The created CustomerUser
See Also