|
ICustomerUserMappingService Interface |
Defines operations related to mappings between customers and users.
Namespace: Infosoft.Common.Contracts.ServiceContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public interface ICustomerUserMappingService
No code example is currently available or this language may not be supported.
The ICustomerUserMappingService type exposes the following members.
Methods | Name | Description |
---|
| ConnectCustomerAndUser |
Connects the given customer and user. A user may only be connected to one customer, and vice versa.
|
| GetCustomerForUser |
Gets the unique numbers of the customer that's mapped to the user with the given ID.
|
TopSee Also