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