public void Initialize()
 {
     _transactionScope = new TransactionScope();
     _creativesController = ControllerAPIBuilder.CreateCreativesController();
 }
Ejemplo n.º 2
0
 public void Initialize()
 {
     _transactionScope    = new TransactionScope();
     _creativesController = ControllerAPIBuilder.CreateCreativesController();
 }