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

Inheritance: WsProductVendorProviderBase
Exibir arquivo Open project: netTiers/netTiers

Public Methods

Method Description
WsProductVendorProvider ( string url ) : System

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

Method Details

WsProductVendorProvider() public method

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