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

Inheritance: WsCurrencyRateProviderBase
Exibir arquivo Open project: netTiers/netTiers

Public Methods

Method Description
WsCurrencyRateProvider ( string url ) : System

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

Method Details

WsCurrencyRateProvider() public method

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