![]() | |
ICustomer |
public interface ICustomerRelationService : IBusinessService
The ICustomerRelationService type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateCustomerRelation | Creates a new customer relation. |
![]() | DeleteCustomerRelation | 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. |
![]() | GetCustomerRelationsByCustomer | Gets all customer relations belonging to a single customer. |