コード例 #1
0
 public decimal ExecuteOperator(decimal num1, decimal num2)
 {
     return(_operator.DoOperation(num1, num2));
 }