Beispiel #1
0
 public CustomerUpdateService(ICustomerUpdateRepository customerUpdateRepository,
                              ICustomerPropertyValueSetRepository customerPropertyValueSetRepository)
 {
     _customerUpdateRepository           = customerUpdateRepository;
     _customerPropertyValueSetRepository = customerPropertyValueSetRepository;
 }
Beispiel #2
0
 public CustomerUpdateQueryHandler(ICustomerUpdateRepository customerUpdateRepository, FIL.Logging.ILogger logger
                                   )
 {
     _customerUpdateRepository = customerUpdateRepository;
     _logger = logger;
 }