Click or drag to resize
Infosoft Logo

IServiceUserEntityServiceCreate Method

Creates a new ServiceUser

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

Parameters

request  ServiceUser
The request containing the values of the new ServiceUser

Return Value

ServiceUser
The created ServiceUser
See Also