Click or drag to resize
Infosoft Logo

IRetailerLocationService Interface

A service for doing simple CRUD operations for Retailer Locations.

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

The IRetailerLocationService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerLocation Creates a Retailer Location
Public methodDeleteRetailerLocation Deletes the Retailer Location.
Public methodGetRetailerLocationByCode Gets Retailer Locations by code.
Public methodGetRetailerLocationById Gets Retailer Location Code by ID.
Public methodGetRetailerLocations Gets all Retailer Locations.
Public methodUpdateRetailerLocation Updates a Retailer Location with new values.
Top
See Also