Exemplo n.º 1
0
        public CountryEntityMapperTest()

        {
            countryEntityMapper = new CountryEntityMapper();
        }
Exemplo n.º 2
0
 public CountryRepository(ICountryDataSourceSimpleFactory countryDataSourceSimpleFactory,
                          CountryEntityMapper countryEntityMapper)
 {
     this.countryDataSourceSimpleFactory = countryDataSourceSimpleFactory;
     this.countryEntityMapper            = countryEntityMapper;
 }