Esempio n. 1
0
 protected override void OnSetUpInTransaction()
 {
     // TODO store Sample* and object instances here instead of handwritten SQL
     SampleDataGenerator.loadSampleData(adoTemplate, new TransactionTemplate(transactionManager));
     _genericTemplate = new AdoTemplate(adoTemplate);
 }