Click or drag to resize
Infosoft Logo

ICustomerEntityServiceCreate Method

Creates a new Customer

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

Parameters

request  Customer
The request containing the values of the new Customer

Return Value

Customer
The created Customer
See Also