ICustomer | |
public interface ICustomerLimitationService : ICustomerLimitationQueryService, IBusinessService
The ICustomerLimitationService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of CustomerLimitations matching the specified filter.
(Inherited from ICustomerLimitationQueryService) | |
| GetAll |
Gets all CustomerLimitations
(Inherited from ICustomerLimitationQueryService) | |
| GetSingle |
Gets a single CustomerLimitation matching the provided filter.
(Inherited from ICustomerLimitationQueryService) |