Closed hasalex closed 11 years ago
It would be nice to have builder methods on destinations.
I find the first way to initialize DbSetup nicer than the second one :
DbSetup dbSetup = new DbSetup(to(dataSource), operation);
DbSetup dbSetup = new DbSetup(new DataSourceDestination(dataSource), operation);
Oups, j'ai merdé le PR. Je recommence...
It would be nice to have builder methods on destinations.
I find the first way to initialize DbSetup nicer than the second one :