Exemple #1
0
 public EvaluatorMain(decimal maxDiscount) // In case to change the max amount of discounts
 {
     _handlerStart = new HandlersStart(maxDiscount);
 }
Exemple #2
0
 public EvaluatorMain()
 {
     _handlerStart = new HandlersStart();
 }