Click or drag to resize
Infosoft Logo

ICustomerUserMappingService Interface

Defines operations related to mappings between customers and users.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ICustomerUserMappingService

The ICustomerUserMappingService type exposes the following members.

Methods
 NameDescription
Public methodConnectCustomerAndUser Connects the given customer and user. A user may only be connected to one customer, and vice versa.
Public methodGetCustomerForUser Gets the unique numbers of the customer that's mapped to the user with the given ID.
Top
See Also