Click or drag to resize
Infosoft Logo

IISO3166Service Interface

Service for manipulating ISO3166 entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IISO3166Service : IISO3166QueryService, 
	IBusinessService

The IISO3166Service type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of ISO3166S matching the specified filter.
(Inherited from IISO3166QueryService)
Public methodGetAll Gets all ISO3166S
(Inherited from IISO3166QueryService)
Public methodGetSingle Gets a single ISO3166 matching the provided filter.
(Inherited from IISO3166QueryService)
Top
See Also