Example #1
0
 public PromotionCodeManager()
 {
     handler         = new PromotionCodeHandler(DbScopeManager);
     handlerReadOnly = new PromotionCodeHandler(AlwaysOnReadDbScopeManager);
 }