Click or drag to resize
Infosoft Logo

ISalesSourceService Interface

Defines operations related to the SalesSource entity.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Marketing.Sales
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ISalesSourceService : IBusinessService

The ISalesSourceService type exposes the following members.

Methods
 NameDescription
Public methodCreateSalesSource Creates a new sales source.
Public methodDeleteSalesSource Deletes a sales source object.
Public methodGetAllSalesSources Gets all the sales sources in the database.
Public methodUpdateSalesSource Updates an existing sales source object.
Top
See Also