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