Exemplo n.º 1
0
 public CountryProgrammeService()
 {
     countryObj  = new _Country.CountryService();
     currencyObj = new _Currency.CurrencyService();
 }
Exemplo n.º 2
0
 public CountryService()
 {
     currencyObj = new _Currency.CurrencyService();
 }
Exemplo n.º 3
0
 public ExchangeRateService()
 {
     currencyObj = new _Currency.CurrencyService();
 }