Exemplo n.º 1
0
 public MainframeAddressFormatter(IRepository repository)
 {
     _stateProvinces  = ListCacheHelper.GetStateProvinceCodes(repository);
     _countries       = ListCacheHelper.GetCountries(repository);
     _jetsAddressList = ListCacheHelper.GetJetsAddressList(repository);
     _dropAddressList = ListCacheHelper.GetDropAddressList(repository);
     _officeList      = ListCacheHelper.GetOfficeList(repository);
 }
Exemplo n.º 2
0
 public AddressDisplayFormatter(IRepository repository)
 {
     _stateProvinces = ListCacheHelper.GetStateProvinceCodes(repository);
     _countries      = ListCacheHelper.GetCountries(repository);
 }
 public CustomerAddressSearchFormatter(IRepository repository)
 {
     _stateProvinces = ListCacheHelper.GetStateProvinceCodes(repository);
     _countries      = ListCacheHelper.GetCountries(repository);
 }