Click or drag to resize
Infosoft Logo

ICustomerRelationService Interface

Defines operations related to customer relations.

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

The ICustomerRelationService type exposes the following members.

Methods
 NameDescription
Public methodCreateCustomerRelation Creates a new customer relation.
Public methodDeleteCustomerRelation Deletes either a single customer relation with a given ID, or multiple customer relations with a list of ID's. These will be deleted in one transaction, so if one fails they all fail.
Public methodGetCustomerRelationsByCustomer Gets all customer relations belonging to a single customer.
Top
See Also