Beispiel #1
0
 public PostalCodeController(AddressService service, MapperProfile mapperProfile)
 {
     this._service = service;
     this._mapper  = mapperProfile.CreateMapper(new AddressMapper());
 }