ICustomer |
public interface ICustomerService : IBusinessService
The ICustomerService type exposes the following members.
Name | Description | |
---|---|---|
DeleteCustomer | Deletes the given customer and all its related data. | |
GetCustomerById | Gets a customer by an ID. | |
GetCustomerWithAddressesByCustomerId | Gets a customer and its all addresses by given customer ID. |