public CustomerController(ICommandProcessor commandProcessor, INHibernateRepositoryWithTypedId<Address,int> customerAddressRepository)
 {
     this.commandProcessor = commandProcessor;
     this.customerAddressRepository = customerAddressRepository;
 }
Пример #2
0
 public CustomerController(ICommandProcessor commandProcessor, INHibernateRepositoryWithTypedId <Address, int> customerAddressRepository)
 {
     this.commandProcessor          = commandProcessor;
     this.customerAddressRepository = customerAddressRepository;
 }