Пример #1
0
        public CountryEntityMapperTest()

        {
            countryEntityMapper = new CountryEntityMapper();
        }
Пример #2
0
 public CountryRepository(ICountryDataSourceSimpleFactory countryDataSourceSimpleFactory,
                          CountryEntityMapper countryEntityMapper)
 {
     this.countryDataSourceSimpleFactory = countryDataSourceSimpleFactory;
     this.countryEntityMapper            = countryEntityMapper;
 }