示例#1
0
 public MathExpressionService(IMathExpressionFactory factory, Random random)
     : base(factory, random)
 {
 }
示例#2
0
 protected BaseMathExpressionService(IMathExpressionFactory factory, Random random)
 {
     this.factory = factory;
     this.random  = random;
 }