Beispiel #1
0
 public WareHouseService()
 {
     locationObj   = new _Location.LocationService();
     ctrySubOffObj = new _CountrySubOffice.CountrySubOfficeService();
 }
Beispiel #2
0
 public CountrySubOfficeService()
 {
     locationObj    = new _Location.LocationService();
     countryProgObj = new _CountryProgramme.CountryProgrammeService();
 }