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