Click or drag to resize
Infosoft Logo

ICustomerService Interface

Defines operations related to customers.

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

The ICustomerService type exposes the following members.

Methods
 NameDescription
Public methodDeleteCustomer Deletes the given customer and all its related data.
Public methodGetCustomerById Gets a customer by an ID.
Public methodGetCustomerWithAddressesByCustomerId Gets a customer and its all addresses by given customer ID.
Top
See Also