Beispiel #1
0
 private LocationBc()
 {
     this._locationDac = AdminDacFactoryClient.GetConcreteFactory().GetLocationDac();
     this.DefaultCountry = new Country()
     {
         Id = new long?((long)1)
     };
 }
Beispiel #2
0
 private LocationBc()
 {
     this._locationDac = ClientDacFactoryClient.GetConcreteFactory().GetLocationDac();
     this._states      = this._locationDac.GetStates(1);
 }
Beispiel #3
0
 private LocationBc()
 {
     this._locationDac = DacFactoryClient.GetFactory().GetLocationDac();
 }