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