public void Initialize()
 {
     _transactionScope = new TransactionScope();
     _creativesController = ControllerAPIBuilder.CreateCreativesController();
 }
Пример #2
0
 public void Initialize()
 {
     _transactionScope    = new TransactionScope();
     _creativesController = ControllerAPIBuilder.CreateCreativesController();
 }