ICustomer | |
public interface ICustomerWebInfoEntityService : ICustomerWebInfoQueryService, IBusinessService
The ICustomerWebInfoEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new CustomerWebInfo | |
| Delete | Deletes the specified CustomerWebInfo. | |
| Get |
Gets a list of CustomerWebInfos matching the specified filter.
(Inherited from ICustomerWebInfoQueryService) | |
| GetAll |
Gets all CustomerWebInfos
(Inherited from ICustomerWebInfoQueryService) | |
| GetSingle |
Gets a single CustomerWebInfo matching the provided filter.
(Inherited from ICustomerWebInfoQueryService) | |
| Update | Updates the specified CustomerWebInfo |