C# Class Nettiers.AdventureWorks.Data.WebServiceClient.WsCountryRegionProvider

Inheritance: WsCountryRegionProviderBase
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
WsCountryRegionProvider ( string url ) : System

Creates a new WsCountryRegionProvider instance. Uses connection string to connect to datasource.

Method Details

WsCountryRegionProvider() public method

Creates a new WsCountryRegionProvider instance. Uses connection string to connect to datasource.
public WsCountryRegionProvider ( string url ) : System
url string The url to the nettiers webservice.
return System