Click or drag to resize
Infosoft Logo

ICustomerTypeEntityServiceCreate Method

Creates a new CustomerType

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

Parameters

request  CustomerType
The request containing the values of the new CustomerType

Return Value

CustomerType
The created CustomerType
See Also