Exemple #1
0
 private LocationBc()
 {
     this._locationDac = ClientDacFactoryClient.GetConcreteFactory().GetLocationDac();
     this._states      = this._locationDac.GetStates(1);
 }
 private LeadBc()
 {
     this._leadDac = ClientDacFactoryClient.GetConcreteFactory().GetLeadDac();
 }
 private SearchBc()
 {
     this._searchDac = ClientDacFactoryClient.GetConcreteFactory().GetSearchDac();
 }
Exemple #4
0
 private CommonBc()
 {
     this._commonDac = ClientDacFactoryClient.GetConcreteFactory().GetCommonDac();
 }