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

Inheritance: WsContactTypeProviderBase
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
WsContactTypeProvider ( string url ) : System

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

Method Details

WsContactTypeProvider() public method

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