Ejemplo n.º 1
0
 public MathExpressionService(IMathExpressionFactory factory, Random random)
     : base(factory, random)
 {
 }
Ejemplo n.º 2
0
 protected BaseMathExpressionService(IMathExpressionFactory factory, Random random)
 {
     this.factory = factory;
     this.random  = random;
 }